Skip to content

Commit b526b07

Browse files
committed
Release v0.3-alpha
1 parent 1898fda commit b526b07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# file GENERATED by distutils, do NOT edit
2+
README.rst
23
setup.cfg
34
setup.py
45
osdp/__init__.py

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'osdp',
44
packages = ['osdp'],
5-
version = '0.2',
5+
version = '0.3',
66
license='apache-2.0',
77
description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)',
88
author = 'Ryan Hu',
99
author_email = 'huzhiren@gmail.com',
1010
url = 'https://github.com/ryanhz/osdp-python',
11-
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.2-alpha.tar.gz',
11+
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.3-alpha.tar.gz',
1212
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
1313
install_requires=[
1414
'pycryptodome',

0 commit comments

Comments
 (0)