Skip to content

Commit 53b5bef

Browse files
committed
Major version bump, etc
Add python trove identifier for python3.5
1 parent 50b1886 commit 53b5bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '0.5'
3+
version = '1.0'
44

55
setup(
66
name='python-editor',
@@ -18,6 +18,7 @@
1818
'Programming Language :: Python :: 3',
1919
'Programming Language :: Python :: 3.3',
2020
'Programming Language :: Python :: 3.4',
21+
'Programming Language :: Python :: 3.5',
2122
'Topic :: Software Development :: Libraries',
2223
],
2324
keywords='editor library vim emacs',

0 commit comments

Comments
 (0)