Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
3j14 committed May 11, 2021
1 parent f5dfe5d commit 6515063
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):

setup(
name="django-feather",
version="0.2.6",
version="0.3.0",
author="Jonas Drotleff",
author_email="[email protected]",
cmdclass={"build_py": BuildIconsCommand},
Expand All @@ -58,11 +58,14 @@ def run(self):
"testing": testing_extras,
},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"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",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6515063

Please sign in to comment.