Skip to content

Commit 74d977e

Browse files
committed
0.8.13
1 parent bd54f77 commit 74d977e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "tyro"
77
authors = [
88
{name = "brentyi", email = "[email protected]"},
99
]
10-
version = "0.8.12" # TODO: currently needs to be synchronized manually with __init__.py.
10+
version = "0.8.13" # TODO: currently needs to be synchronized manually with __init__.py.
1111
description = "Strongly typed, zero-effort CLI interfaces"
1212
readme = "README.md"
1313
license = { text="MIT" }

src/tyro/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515

1616
# TODO: this should be synchronized automatically with the pyproject.toml.
17-
__version__ = "0.8.12"
17+
__version__ = "0.8.13"

0 commit comments

Comments
 (0)