Skip to content

Commit cec3f2d

Browse files
committed
Release 1.0.0
1 parent fb93027 commit cec3f2d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
README = open(os.path.join(here, 'README.md')).read()
66

77

8-
version = '0.1.4'
8+
version = '1.0.0'
99

1010
install_requires = [
1111
'django-auth-ldap',
@@ -21,9 +21,13 @@
2121
'Framework :: Django',
2222
'Intended Audience :: Developers',
2323
'License :: OSI Approved :: MIT License',
24+
'Framework :: Django',
2425
'Programming Language :: Python',
25-
'Programming Language :: Python :: 2.6',
2626
'Programming Language :: Python :: 2.7',
27+
'Programming Language :: Python :: 3.4',
28+
'Programming Language :: Python :: 3.5',
29+
'Programming Language :: Python :: 3.6',
30+
'Programming Language :: Python :: 3.7',
2731
'Topic :: Internet :: WWW/HTTP',
2832
],
2933
keywords='',

0 commit comments

Comments
 (0)