Skip to content

Commit 94a55c3

Browse files
committedSep 4, 2018
0.3.1
1 parent 48caadc commit 94a55c3

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.0
2+
current_version = 0.3.1
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
@@ -7,7 +7,7 @@
77
from setuptools.command.install import install
88

99

10-
version = '0.3.0'
10+
version = '0.3.1'
1111
local_build = os.environ.get('LOCAL', 0)
1212

1313

0 commit comments

Comments
 (0)
Please sign in to comment.