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 12ed80c commit f4fe7d3Copy full SHA for f4fe7d3
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.5.0-dev8
+current_version = 2.5.0-dev9
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
setup.py
@@ -6,7 +6,7 @@
6
7
here = os.path.abspath(os.path.dirname(__file__))
8
9
-VERSION = '2.5.0-dev8'
+VERSION = '2.5.0-dev9'
10
11
12
0 commit comments