Skip to content

Commit

Permalink
MAINT: Update setup.py for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Nov 27, 2016
1 parent 469a8b1 commit 31c453d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ def install_requires():

setup(
name='python-interface',
version='1.0.0',
version='1.1.0',
description="Pythonic Interface definitions",
author="Scott Sanderson",
author_email="[email protected]",
packages=find_packages(),
long_description=long_description,
license='Apache 2.0',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Pre-processors',
],
url='https://github.com/ssanderson/interface',
Expand Down

0 comments on commit 31c453d

Please sign in to comment.