Skip to content

Commit

Permalink
Fix setup.py after bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed May 17, 2018
1 parent b8802fb commit a450194
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 @@ -3,18 +3,18 @@
from setuptools import setup, find_packages

setup(name='flanker',
version='0.8.6',
version='0.9.1',
description='Mailgun Parsing Tools',
long_description=open('README.rst').read(),
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'License :: OSI Approved :: Apache 2',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries',
],
keywords='',
author='Mailgun Technologies Inc.',
Expand Down

0 comments on commit a450194

Please sign in to comment.