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 5297e8e commit 4225a94Copy full SHA for 4225a94
p2a/__init__.py
@@ -1,3 +1,3 @@
1
from .model import *
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
pyproject.toml
@@ -8,7 +8,7 @@ authors = [{name = "the p2a authors", email = "[email protected]"}]
8
description = "pydantic models to argparse CLIs"
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
11
-version = "0.1.0"
+version = "0.1.1"
12
requires-python = ">=3.10"
13
keywords = [
14
"argparse",
@@ -60,7 +60,7 @@ Repository = "https://github.com/1kbgz/p2a"
60
Homepage = "https://github.com/1kbgz/p2a"
61
62
[tool.bumpversion]
63
-current_version = "0.1.0"
+current_version = "0.1.1"
64
commit = true
65
tag = true
66
commit_args = "-s"
0 commit comments