Skip to content

Commit

Permalink
Bump to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Apr 16, 2019
1 parent f3e2207 commit 8424d9a
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 @@ -12,13 +12,13 @@
setup(
name='axis',
packages=['axis'],
version='20',
description='A python library for communicating with devices from Axis Communications',
version='21',
description='A Python library for communicating with devices from Axis Communications',
author='Robert Svensson',
author_email='[email protected]',
license='MIT',
url='https://github.com/Kane610/axis',
download_url='https://github.com/Kane610/axis/archive/v19.tar.gz',
download_url='https://github.com/Kane610/axis/archive/v21.tar.gz',
install_requires=['requests'],
keywords=['axis', 'vapix', 'onvif', 'event stream', 'homeassistant'],
classifiers=[],
Expand Down

0 comments on commit 8424d9a

Please sign in to comment.