We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73d12b commit f35789eCopy full SHA for f35789e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -24,7 +24,7 @@
24
(3, 11),
25
(3, 12),
26
]
27
-USE_SCM_VERSION = {"fallback_version": "0.1.1"}
+USE_SCM_VERSION = {"fallback_version": "0.1.2"}
28
29
30
###############################################################################
src/zorg/__init__.py
@@ -2,4 +2,4 @@
__author__ = "Bryan M Bugyi"
__email__ = "[email protected]"
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments