Skip to content

Commit

Permalink
bump version, add Py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 16, 2017
1 parent 788bfcb commit 34a2f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def execute_makefile_commands(commands, alias, verbose=False):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: IronPython',
'Topic :: Software Development :: Libraries',
Expand Down
2 changes: 1 addition & 1 deletion tqdm/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__all__ = ["__version__"]

# major, minor, patch, -extra
version_info = 4, 11, 0
version_info = 4, 11, 1

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

0 comments on commit 34a2f53

Please sign in to comment.