Skip to content

Commit

Permalink
Release v0.5-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhz committed Dec 2, 2019
1 parent 94440c4 commit 7656517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions osdp/_connection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from abc import ABC, abstractmethod
import serial
import fcntl
import struct
import socket
import sys

Expand Down
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 = '0.4',
version = '0.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 = 'huzhiren@gmail.com',
url = 'https://github.com/ryanhz/osdp-python',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.4-alpha.tar.gz',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.5-alpha.tar.gz',
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
install_requires=[
'pycryptodome',
Expand Down

0 comments on commit 7656517

Please sign in to comment.