Skip to content

Commit

Permalink
bump version and allowed python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Jul 5, 2021
1 parent 4b1e023 commit e743107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='celery-progress',
version='0.1.0',
version='0.1.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand All @@ -34,6 +34,9 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit e743107

Please sign in to comment.