Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25d186b

Browse files
committedSep 12, 2018
0.4.0
1 parent e3648fd commit 25d186b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.13
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55
message = {new_version}

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from tools.download import get_remote_binary
77

88

9-
version = '0.3.13'
9+
version = '0.4.0'
1010
local_install = os.environ.get('LOCAL', 0)
1111

1212

0 commit comments

Comments
 (0)
Please sign in to comment.