Skip to content

Commit

Permalink
Covering for a mistake made in the versioning of the previous tag
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 committed Nov 29, 2023
1 parent dd2023e commit e3b2f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,14 +6,14 @@
setup(
name = 'pySerialTransfer',
packages = ['pySerialTransfer'],
version = '2.1.8',
version = '2.6.8',
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)',
long_description = long_description,
long_description_content_type = "text/markdown",
author = 'Power_Broker',
author_email = 'gitstuff2@gmail.com',
url = 'https://github.com/PowerBroker2/pySerialTransfer',
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.1.8.tar.gz',
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.6.8.tar.gz',
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'],
classifiers = [],
install_requires = ['pyserial']
Expand Down

0 comments on commit e3b2f00

Please sign in to comment.