Skip to content

Commit af57e0e

Browse files
committed
chore: Updated setup.cfg for v2
1 parent 028e498 commit af57e0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-sys-indicator
3-
version = 1.0.0
3+
version = 2.0.0
44
url = https://github.com/marksweb/django-sys-indicator
55
description = A system/environment indicator for django
66
long_description = file: README.md
@@ -13,12 +13,14 @@ classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Framework :: Django :: 3.2
1515
Framework :: Django :: 4.0
16+
Framework :: Django :: 4.1
1617
License :: OSI Approved :: BSD License
1718
Programming Language :: Python :: 3
1819
Programming Language :: Python :: 3.7
1920
Programming Language :: Python :: 3.8
2021
Programming Language :: Python :: 3.9
2122
Programming Language :: Python :: 3.10
23+
Programming Language :: Python :: 3.11
2224

2325
[options]
2426
package_dir =

0 commit comments

Comments
 (0)