Skip to content

Commit f1ffa33

Browse files
committed
Version 0.2
1 parent d002ca3 commit f1ffa33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=find_packages(),
1818
test_suite='runtests.runtests',
1919
classifiers=[
20-
'Development Status :: 4 - Beta',
20+
'Development Status :: 5 - Production/Stable',
2121
'Environment :: Web Environment',
2222
'Framework :: Django',
2323
'Intended Audience :: Developers',
@@ -27,6 +27,7 @@
2727
'Programming Language :: Python :: 2',
2828
'Programming Language :: Python :: 2.7',
2929
'Programming Language :: Python :: 3',
30+
'Programming Language :: Python :: 3.4',
3031
'Programming Language :: Python :: 3.5',
3132
'Topic :: Software Development :: Libraries :: Python Modules',
3233
],

webshell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 2)
1+
VERSION = (0, 2, 0)
22

33

44
def get_version():

0 commit comments

Comments
 (0)