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 018df18 commit c66362bCopy full SHA for c66362b
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.5.0-dev9
+current_version = 2.5.0-dev10
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-dev9'
+VERSION = '2.5.0-dev10'
10
11
12
0 commit comments