Skip to content

Commit 4225a94

Browse files
committed
Bump version: 0.1.0 → 0.1.1
Signed-off-by: Tim Paine <[email protected]>
1 parent 5297e8e commit 4225a94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

p2a/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .model import *
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the p2a authors", email = "[email protected]"}]
88
description = "pydantic models to argparse CLIs"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.1.0"
11+
version = "0.1.1"
1212
requires-python = ">=3.10"
1313
keywords = [
1414
"argparse",
@@ -60,7 +60,7 @@ Repository = "https://github.com/1kbgz/p2a"
6060
Homepage = "https://github.com/1kbgz/p2a"
6161

6262
[tool.bumpversion]
63-
current_version = "0.1.0"
63+
current_version = "0.1.1"
6464
commit = true
6565
tag = true
6666
commit_args = "-s"

0 commit comments

Comments
 (0)