Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhz committed Jul 11, 2020
1 parent a45b243 commit b965a7c
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.1',
version = '1.2',
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 = 'huzhiren@gmail.com',
url = 'https://github.com/ryanhz/osdp-python',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.1.tar.gz',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.2.tar.gz',
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
install_requires=[
'pycryptodome',
Expand Down

0 comments on commit b965a7c

Please sign in to comment.