Skip to content

Commit

Permalink
Release v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhz committed Oct 29, 2020
1 parent 20e3fd9 commit 569b36c
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 @@ -3,14 +3,14 @@
setup(
name = 'osdp',
packages = ['osdp'],
version = '1.4',
version = '1.5',
license='apache-2.0',
description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)',
long_description = open('README.rst').read(),
author = 'Ryan Hu',
author_email = '[email protected]',
url = 'https://github.com/ryanhz/osdp-python',
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',
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
install_requires=[
'pycryptodome',
Expand Down

0 comments on commit 569b36c

Please sign in to comment.