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 df75fe2 commit 75630a3Copy full SHA for 75630a3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0a0
+current_version = 0.2.0
3
files = click_configfile.py setup.py .bumpversion.cfg
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<drop>\w*)
5
serialize = {major}.{minor}.{patch}{drop}
click_configfile.py
@@ -19,7 +19,7 @@
19
# -----------------------------------------------------------------------------
20
# PACKAGE META DATA:
21
22
-__version__ = "0.3.0a0"
+__version__ = "0.2.0"
23
__author__ = "Jens Engel"
24
__license__ = "BSD"
25
0 commit comments