Skip to content

Commit

Permalink
V5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Apr 28, 2017
1 parent 0c92259 commit 5191366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion axis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def device_name(self):
"""Return device name that the event belongs to."""
return self._device.name

@property
def device_config(self, key):
"""Return config value"""
return self._device._config[key]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'axis',
packages = ['axis'],
version = '4',
version = '5',
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/v4.tar.gz',
download_url = 'https://github.com/Kane610/axis/archive/v5.tar.gz',
install_requires=['requests']
)

0 comments on commit 5191366

Please sign in to comment.