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 b1842a4 commit 37f2b2fCopy full SHA for 37f2b2f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.3
+current_version = 0.3.4
3
commit = True
4
tag = True
5
message = {new_version}
setup.py
@@ -7,7 +7,7 @@
7
from setuptools.command.install import install
8
9
10
-version = '0.3.3'
+version = '0.3.4'
11
local_build = os.environ.get('LOCAL', 0)
12
13
0 commit comments