Skip to content

Commit

Permalink
Update setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanYeong committed Aug 20, 2020
1 parent efece1b commit e1018bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
zip_safe=True,
classifiers=[
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.1',
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Development Status :: 4 - Beta',
]
)
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.15
0.1.16

0 comments on commit e1018bd

Please sign in to comment.