Skip to content

Commit 55afb23

Browse files
committed
Release v1.0
1 parent 66433e0 commit 55afb23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
setup(
44
name = 'osdp',
55
packages = ['osdp'],
6-
version = '0.5',
6+
version = '1.0',
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 = 'huzhiren@gmail.com',
1212
url = 'https://github.com/ryanhz/osdp-python',
13-
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.5-alpha.tar.gz',
13+
download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.0.tar.gz',
1414
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
1515
install_requires=[
1616
'pycryptodome',
1717
'pyserial >= 3.4',
1818
],
1919
classifiers=[
20-
'Development Status :: 3 - Alpha',
2120
'Intended Audience :: Developers',
2221
'License :: OSI Approved :: Apache Software License',
2322
'Topic :: Communications',

0 commit comments

Comments
 (0)