Skip to content

Commit

Permalink
Merge pull request #115 from lstolcman/master
Browse files Browse the repository at this point in the history
BUG FIX: fix python 3.6+ compatibility
  • Loading branch information
manrajgrover committed Jan 31, 2019
2 parents b6b2ce2 + 9b93814 commit 5b9af4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backports.shutil_get_terminal_size==1.0.0;python_version < '3.3'
log_symbols==0.0.11
log_symbols==0.0.12
spinners==0.0.23
cursor==1.2.0
termcolor==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def dependencies(file):
setup(
name='halo',
packages=find_packages(exclude=('tests', 'examples')),
version='0.0.22',
version='0.0.23',
license='MIT',
description='Beautiful terminal spinners in Python',
long_description=long_description,
Expand Down

0 comments on commit 5b9af4b

Please sign in to comment.