Skip to content

Commit 48549da

Browse files
author
SunDoge
committed
update version
1 parent 091e71a commit 48549da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "typed-args"
3-
version = "0.5.0.a1"
3+
version = "0.5.0.a2"
44
description = "Parse command line arguments by defining dataclasses"
55
authors = ["SunDoge <384813529@qq.com>"]
66
readme = "README.md"

typed_args/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
from ._typed_args import TypedArgs, add_argument
1111

12-
__version__ = "0.5.0.a1"
12+
__version__ = "0.5.0.a2"

0 commit comments

Comments
 (0)