From c6ea3908e3116132cc1c4c363001f97da9e7e2f8 Mon Sep 17 00:00:00 2001 From: PB2 Date: Wed, 25 Dec 2019 13:07:11 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9c4263c..5f08273 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name = 'pySerialTransfer', packages = ['pySerialTransfer'], - version = '1.1.2', + version = '1.1.3', 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)', author = 'Power_Broker', author_email = 'gitstuff2@gmail.com', url = 'https://github.com/PowerBroker2/pySerialTransfer', - download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/1.1.2.tar.gz', + download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/1.1.3.tar.gz', keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'], classifiers = [], )