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 c8cfa14 commit a5822e3Copy full SHA for a5822e3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.13
+current_version = 0.1.14
3
commit = True
4
tag = True
5
setup.py
@@ -8,7 +8,7 @@
8
from setuptools.command.install import install
9
10
11
-version = '0.1.13'
+version = '0.1.14'
12
local_build = os.environ.get('LOCAL', 0)
13
14
0 commit comments