We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9df7b7 commit 8ce94c5Copy full SHA for 8ce94c5
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.11
+current_version = 0.3.12
3
commit = True
4
tag = True
5
message = {new_version}
setup.py
@@ -8,7 +8,7 @@
8
from setuptools.command.install import install as InstallCommand
9
10
11
-version = '0.3.11'
+version = '0.3.12'
12
local_build = os.environ.get('LOCAL', 0)
13
14
0 commit comments