Skip to content

Commit

Permalink
version bump for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 1, 2016
1 parent 96dc152 commit 50fc2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tqdm/_version.py
Expand Up @@ -8,7 +8,7 @@
__all__ = ["__version__"]

# major, minor, patch, -extra
version_info = 4, 8, 2
version_info = 4, 8, 3

# Nice string for the version
__version__ = '.'.join(map(str, version_info))
Expand Down

0 comments on commit 50fc2d8

Please sign in to comment.