Skip to content

Commit

Permalink
And now to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nugget committed Jan 1, 2017
1 parent 3fcd39d commit 54e8d2d
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 @@ -7,11 +7,11 @@

dynamic_requires = []

version = 1.0
version = 1.1

setup(
name='anthemav',
version=1.0,
version=1.1,
author='David McNett',
author_email='[email protected]',
url='https://github.com/nugget/python-anthemav',
Expand All @@ -20,7 +20,7 @@
install_requires=['asyncio'],
description='Python API for controlling Anthem Receivers',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 54e8d2d

Please sign in to comment.