Skip to content

Commit

Permalink
Release v0.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhz committed Dec 2, 2019
1 parent 1898fda commit b526b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# file GENERATED by distutils, do NOT edit
README.rst
setup.cfg
setup.py
osdp/__init__.py
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'osdp',
packages = ['osdp'],
version = '0.2',
version = '0.3',
license='apache-2.0',
description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)',
author = 'Ryan Hu',
author_email = 'huzhiren@gmail.com',
url = 'https://github.com/ryanhz/osdp-python',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.2-alpha.tar.gz',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.3-alpha.tar.gz',
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
install_requires=[
'pycryptodome',
Expand Down

0 comments on commit b526b07

Please sign in to comment.