We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091e71a commit 48549daCopy full SHA for 48549da
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "typed-args"
3
-version = "0.5.0.a1"
+version = "0.5.0.a2"
4
description = "Parse command line arguments by defining dataclasses"
5
authors = ["SunDoge <384813529@qq.com>"]
6
readme = "README.md"
typed_args/__init__.py
@@ -9,4 +9,4 @@
9
10
from ._typed_args import TypedArgs, add_argument
11
12
-__version__ = "0.5.0.a1"
+__version__ = "0.5.0.a2"
0 commit comments