We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3648fd commit 25d186bCopy full SHA for 25d186b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.13
+current_version = 0.4.0
3
commit = True
4
tag = True
5
message = {new_version}
setup.py
@@ -6,7 +6,7 @@
6
from tools.download import get_remote_binary
7
8
9
-version = '0.3.13'
+version = '0.4.0'
10
local_install = os.environ.get('LOCAL', 0)
11
12
0 commit comments