Skip to content

Commit

Permalink
Setup Correction
Browse files Browse the repository at this point in the history
3.4.3 is an invalid language identifier, needs to be more generic 3.4.

Bumped version.
  • Loading branch information
baronvonvaderham committed Mar 23, 2017
1 parent da97967 commit a062d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):


setup(name='membersuite_api_client',
version='0.1.8',
version='0.1.9',
description='MemberSuite API Client',
author='AASHE',
author_email='[email protected]',
Expand All @@ -23,7 +23,7 @@ def read(fname):
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.4.3',
'Programming Language :: Python :: 3.4',
],
include_package_data=True,
install_requires=["future==0.16.0",
Expand Down

0 comments on commit a062d0e

Please sign in to comment.