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 9e4d7fe commit 9ed6278Copy full SHA for 9ed6278
.bumpversion.cfg
@@ -1,9 +1,9 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6
-serialize =
7
- {major}.{minor}.{patch}
+serialize =
+ {major}.{minor}.{patch}
8
9
[bumpversion:file:./json_to_models/__init__.py]
json_to_models/__init__.py
@@ -1,4 +1,4 @@
from pkg_resources import parse_version
-__version__ = "0.2.1"
+__version__ = "0.2.2"
VERSION = parse_version(__version__)
0 commit comments