From 54f85be40d41143d2c5447de58a70a33b27c39ee Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 30 Jan 2025 09:16:17 +0200 Subject: [PATCH] bump version and classifiers --- setup.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 1bafd86..002b751 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='celery-progress', - version='0.4', + version='0.5', packages=find_packages(), include_package_data=True, license='MIT License', @@ -26,14 +26,12 @@ classifiers=[ 'Environment :: Web Environment', 'Framework :: Django', - 'Framework :: Django :: 2.0', - 'Framework :: Django :: 2.1', - 'Framework :: Django :: 2.2', - 'Framework :: Django :: 3.0', - 'Framework :: Django :: 3.1', 'Framework :: Django :: 3.2', 'Framework :: Django :: 4.0', 'Framework :: Django :: 4.1', + 'Framework :: Django :: 4.2', + 'Framework :: Django :: 5.0', + 'Framework :: Django :: 5.1', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', @@ -45,6 +43,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],