Skip to content

Commit dddaff7

Browse files
authored
Update setup.py
1 parent acebf1a commit dddaff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name = 'pySerialTransfer',
55
packages = ['pySerialTransfer'],
6-
version = '1.0.4',
6+
version = '1.1.0',
77
description = 'Python package used to transmit and receive low overhead byte packets - especially useful for PC<-->Arduino USB communication (compatible with https://github.com/PowerBroker2/SerialTransfer)',
88
author = 'Power_Broker',
99
author_email = 'gitstuff2@gmail.com',
1010
url = 'https://github.com/PowerBroker2/pySerialTransfer',
11-
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/1.0.4.tar.gz',
11+
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/1.1.0.tar.gz',
1212
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'],
1313
classifiers = [],
1414
)

0 commit comments

Comments
 (0)