We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e3fd9 commit 569b36cCopy full SHA for 569b36c
setup.py
@@ -3,14 +3,14 @@
3
setup(
4
name = 'osdp',
5
packages = ['osdp'],
6
- version = '1.4',
+ version = '1.5',
7
license='apache-2.0',
8
description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)',
9
long_description = open('README.rst').read(),
10
author = 'Ryan Hu',
11
author_email = 'huzhiren@gmail.com',
12
url = 'https://github.com/ryanhz/osdp-python',
13
- download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.4.tar.gz',
+ download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.5.tar.gz',
14
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
15
install_requires=[
16
'pycryptodome',
0 commit comments