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 56e8a91

Browse files
committedSep 4, 2018
0.3.3
1 parent 90c3d99 commit 56e8a91

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.2
2+
current_version = 0.3.3
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.2'
10+
version = '0.3.3'
1111
local_build = os.environ.get('LOCAL', 0)
1212

1313

0 commit comments

Comments
 (0)
Please sign in to comment.