Major version bump, etc

Add python trove identifier for python3.5
This commit is contained in:
Peter Ruibal 2016-04-01 08:13:30 -07:00
parent 50b188636b
commit 53b5bef873
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from setuptools import setup
version = '0.5'
version = '1.0'
setup(
name='python-editor',
@ -18,6 +18,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries',
],
keywords='editor library vim emacs',