Skip to content

Commit 782c4ab

Browse files
authored
Update setup.py
1 parent 20a4b3c commit 782c4ab

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
@@ -6,14 +6,14 @@
66
setup(
77
name = 'pySerialTransfer',
88
packages = ['pySerialTransfer'],
9-
version = '2.1.6',
9+
version = '2.1.7',
1010
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)',
1111
long_description = long_description,
1212
long_description_content_type = "text/markdown",
1313
author = 'Power_Broker',
1414
author_email = 'gitstuff2@gmail.com',
1515
url = 'https://github.com/PowerBroker2/pySerialTransfer',
16-
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.1.6.tar.gz',
16+
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.1.7.tar.gz',
1717
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'],
1818
classifiers = [],
1919
install_requires = ['pyserial']

0 commit comments

Comments
 (0)