From e7431075864dd531912b3bee1d413986bd11e136 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Mon, 5 Jul 2021 13:11:19 +0200 Subject: [PATCH] bump version and allowed python versions --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', ],