We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0eb454 commit 9fc0650Copy full SHA for 9fc0650
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.4
+current_version = 0.2.5
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
json_to_models/__init__.py
@@ -1,4 +1,4 @@
from pkg_resources import parse_version
-__version__ = "0.2.4"
+__version__ = "0.2.5"
VERSION = parse_version(__version__)
0 commit comments