Skip to content

Commit 8265ae9

Browse files
committed
0.1.0
1 parent acafe57 commit 8265ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="djangorestframework-sso",
18-
version="0.0.10",
18+
version="0.1.0",
1919
packages=find_packages(exclude=["tests"]),
2020
include_package_data=True,
2121
license="MIT License",
@@ -25,10 +25,9 @@
2525
author="Lenno Nagel",
2626
author_email="[email protected]",
2727
classifiers=[
28-
"Development Status :: 3 - Alpha",
28+
"Development Status :: 5 - Production/Stable",
2929
"Environment :: Web Environment",
3030
"Framework :: Django",
31-
"Framework :: Django :: 1.9",
3231
"Intended Audience :: Developers",
3332
"License :: OSI Approved :: MIT License",
3433
"Operating System :: OS Independent",
@@ -38,6 +37,7 @@
3837
"Programming Language :: Python :: 3",
3938
"Programming Language :: Python :: 3.4",
4039
"Programming Language :: Python :: 3.5",
40+
"Programming Language :: Python :: 3.6",
4141
"Topic :: Internet :: WWW/HTTP",
4242
"Topic :: Internet :: WWW/HTTP :: Session",
4343
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)