Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 8035138

Browse files
committed
bump version
1 parent 1584e26 commit 8035138

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

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

44
setup(
55
name='whither',
6-
version='0.3.0',
6+
version='0.3.1',
77
packages=[
88
'whither',
99
'whither.base',
@@ -24,12 +24,13 @@
2424
'': ['whither.yml'],
2525
},
2626
classifiers=[
27-
'Development Status :: 3 - Alpha',
27+
'Development Status :: 4 - Beta',
2828
'Environment :: X11 Applications',
2929
'Intended Audience :: Developers',
3030
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
3131
'Operating System :: POSIX :: Linux',
3232
'Programming Language :: JavaScript',
33+
'Programming Language :: Python :: 3.4',
3334
'Programming Language :: Python :: 3.5',
3435
'Programming Language :: Python :: 3.6',
3536
'Topic :: Software Development',

0 commit comments

Comments
 (0)