diff --git a/setup.py b/setup.py index 0e16809..eb0f101 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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', ],