Skip to content

Commit

Permalink
[Version] Bumped versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover committed Feb 19, 2020
1 parent b095ae5 commit 4300ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backports.shutil_get_terminal_size>=1.0.0;python_version < '3.3'
log_symbols>=0.0.13
spinners>=0.0.23
log_symbols>=0.0.14
spinners>=0.0.24
cursor>=1.2.0
termcolor>=1.1.0
colorama>=0.3.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def dependencies(file):
setup(
name='halo',
packages=find_packages(exclude=('tests', 'examples')),
version='0.0.28',
version='0.0.29',
license='MIT',
description='Beautiful terminal spinners in Python',
long_description=long_description,
Expand Down

0 comments on commit 4300ae0

Please sign in to comment.