Skip to content

Commit

Permalink
Bump version to 0.3.5 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavius authored May 9, 2020
1 parent abd3b57 commit 3230483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pypi_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def set_version():
init_py = 'v3io/__init__.py'
with open(init_py) as fp:
for line in fp:
# __version__ = '0.3.1'
if '__version__' in line:
line = "__version__ = '{}'\n".format(version)
lines.append(line)
Expand Down
2 changes: 1 addition & 1 deletion v3io/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.3'
__version__ = '0.3.5'

0 comments on commit 3230483

Please sign in to comment.