Skip to content

Commit 569b36c

Browse files
committed
Release v1.5
1 parent 20e3fd9 commit 569b36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
setup(
44
name = 'osdp',
55
packages = ['osdp'],
6-
version = '1.4',
6+
version = '1.5',
77
license='apache-2.0',
88
description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)',
99
long_description = open('README.rst').read(),
1010
author = 'Ryan Hu',
1111
author_email = '[email protected]',
1212
url = 'https://github.com/ryanhz/osdp-python',
13-
download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.4.tar.gz',
13+
download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.5.tar.gz',
1414
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
1515
install_requires=[
1616
'pycryptodome',

0 commit comments

Comments
 (0)