Skip to content

Commit 45b7fe5

Browse files
committed
Bump release to 0.4.0
While at it update the django and python versions in the classifiers
1 parent 5c7f54e commit 45b7fe5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
version = '0.3.0'
11+
version = '0.4.0'
1212

1313
setup(
1414
name='labAdmin',
@@ -37,11 +37,12 @@
3737
'Development Status :: 3 - Alpha',
3838
'Framework :: Django',
3939
'Framework :: Django :: 1.8',
40-
'Framework :: Django :: 1.9',
4140
'Framework :: Django :: 1.10',
41+
'Framework :: Django :: 1.11',
4242
'Intended Audience :: Developers',
4343
'Natural Language :: English',
4444
'Programming Language :: Python :: 3.4',
4545
'Programming Language :: Python :: 3.5',
46+
'Programming Language :: Python :: 3.6',
4647
],
4748
)

0 commit comments

Comments
 (0)