Skip to content

Commit

Permalink
[Version] Bumped to 0.0.24 (#128)
Browse files Browse the repository at this point in the history
[Version] Bumped to 0.0.24
  • Loading branch information
manrajgrover committed May 29, 2019
2 parents 0d3ad31 + 38ef16b commit cbd1139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def dependencies(file):
setup(
name='halo',
packages=find_packages(exclude=('tests', 'examples')),
version='0.0.23',
version='0.0.24',
license='MIT',
description='Beautiful terminal spinners in Python',
long_description=long_description,
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -10,6 +10,8 @@ skip_missing_interpreters =
True

[testenv]
# See https://github.com/pytest-dev/pytest/pull/5222#issuecomment-492428610
download = True
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
Expand Down

0 comments on commit cbd1139

Please sign in to comment.