Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knightebsuku committed Jul 25, 2024
1 parent e7569ca commit 4f3bd3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ classifiers =
Framework :: Django
Framework :: Django :: 4.2
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3.0 (GPLv3)
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content

Expand All @@ -26,7 +29,7 @@ include-package_data = true
packages = find:
python_requires = >=3.8
install_requires =
django >= 4.2
django ~= 4.2
djangorestframework >= 3.14
django_enumfield >= 3.1

Expand Down

0 comments on commit 4f3bd3a

Please sign in to comment.