Skip to content

Commit 7656517

Browse files
committed
Release v0.5-alpha
1 parent 94440c4 commit 7656517

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

osdp/_connection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from abc import ABC, abstractmethod
22
import serial
3+
import fcntl
4+
import struct
35
import socket
46
import sys
57

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
setup(
44
name = 'osdp',
55
packages = ['osdp'],
6-
version = '0.4',
6+
version = '0.5',
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.4-alpha.tar.gz',
13+
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.5-alpha.tar.gz',
1414
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
1515
install_requires=[
1616
'pycryptodome',

0 commit comments

Comments
 (0)