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 8879f57 commit 5fb31f2Copy full SHA for 5fb31f2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.0
+current_version = 3.0.3
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -24,7 +24,7 @@
24
25
py_version = platform.python_version()
26
27
-PACKAGE_VERSION = '3.0.2'
+PACKAGE_VERSION = '3.0.3'
28
29
EXTRAS_REQUIRE = {
30
'tester': [
0 commit comments