Skip to content

Commit 31c453d

Browse files
author
Scott Sanderson
committed
MAINT: Update setup.py for release.
1 parent 469a8b1 commit 31c453d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ def install_requires():
3131

3232
setup(
3333
name='python-interface',
34-
version='1.0.0',
34+
version='1.1.0',
3535
description="Pythonic Interface definitions",
3636
author="Scott Sanderson",
3737
author_email="[email protected]",
3838
packages=find_packages(),
3939
long_description=long_description,
4040
license='Apache 2.0',
4141
classifiers=[
42-
'Development Status :: 3 - Alpha',
42+
'Development Status :: 5 - Production/Stable',
4343
'License :: OSI Approved :: Apache Software License',
4444
'Natural Language :: English',
45+
'Programming Language :: Python :: 2.7',
4546
'Programming Language :: Python :: 3.4',
4647
'Programming Language :: Python :: 3.5',
47-
'Programming Language :: Python :: 3 :: Only',
4848
'Topic :: Software Development :: Pre-processors',
4949
],
5050
url='https://github.com/ssanderson/interface',

0 commit comments

Comments
 (0)