Skip to content

Commit

Permalink
Bump to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Oct 6, 2018
1 parent 2ddc950 commit 046cf55
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 @@ -12,13 +12,13 @@
setup(
name='aiounifi',
packages=['aiounifi'],
version='2',
version='3',
description='An asynchronous Python library for communicating with Unifi Controller API',
author='Robert Svensson',
author_email='[email protected]',
license='MIT',
url='https://github.com/Kane610/aiounifi',
download_url='https://github.com/Kane610/aiounifi/archive/v2.tar.gz',
download_url='https://github.com/Kane610/aiounifi/archive/v3.tar.gz',
install_requires=['aiohttp'],
keywords=['unifi', 'homeassistant'],
classifiers=[
Expand Down

0 comments on commit 046cf55

Please sign in to comment.