Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Dec 27, 2015
1 parent 5af1135 commit 16d2cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tqdm/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Definition of the version number
version_info = 3, 4, 0 # major, minor, patch, -extra
version_info = 3, 5, 0 # major, minor, patch, -extra

# Nice string for the version
__version__ = '.'.join(map(str, version_info)).replace('.-', '-').strip('.-')

0 comments on commit 16d2cc3

Please sign in to comment.