From 622906799d6f87536f414383aec13c09eb0e2cd2 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Fri, 10 May 2024 12:53:54 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- src/tyro/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa55c51a..231bbd7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "tyro" authors = [ {name = "brentyi", email = "brentyi@berkeley.edu"}, ] -version = "0.8.3" # TODO: currently needs to be synchronized manually with __init__.py. +version = "0.8.4" # TODO: currently needs to be synchronized manually with __init__.py. description = "Strongly typed, zero-effort CLI interfaces" readme = "README.md" license = { text="MIT" } diff --git a/src/tyro/__init__.py b/src/tyro/__init__.py index 65be2014..5f94556b 100644 --- a/src/tyro/__init__.py +++ b/src/tyro/__init__.py @@ -14,4 +14,4 @@ # TODO: this should be synchronized automatically with the pyproject.toml. -__version__ = "0.8.3" +__version__ = "0.8.4"