Skip to content

Commit

Permalink
fix: package version, django version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikmatera committed Nov 7, 2023
1 parent d9d853f commit 3146abb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django<5
django>=3.2
Pillow
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def get_version(*file_paths):
keywords='django-admin-toolkit',
classifiers=[
'Development Status :: 3 - Alpha',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 3146abb

Please sign in to comment.