Skip to content

Commit

Permalink
Bump to version 9
Browse files Browse the repository at this point in the history
Solves JSON serializable error with Home Assistant recorder
Adds initial version of Python RTSP client moving away from gstreamer
  • Loading branch information
Kane610 committed Sep 1, 2017
1 parent cbc594d commit 3d3c64f
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 @@ -8,13 +8,13 @@
setup(
name='axis',
packages=['axis'],
version='8',
version='9',
description='A python library for communicating with devices from Axis Communications',
author='Robert Svensson',
author_email='Kane610@users.noreply.github.com',
license='MIT',
url='https://github.com/Kane610/axis',
download_url='https://github.com/Kane610/axis/archive/v8.tar.gz',
download_url='https://github.com/Kane610/axis/archive/v9.tar.gz',
install_requires=['requests'],
keywords=['axis', 'vapix', 'onvif', 'event stream', 'homeassistant'],
classifiers=[],
Expand Down

0 comments on commit 3d3c64f

Please sign in to comment.