Skip to content

Commit

Permalink
2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Solo-FL committed Feb 4, 2022
1 parent 4fec2be commit 4f837be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'SoloPy',
packages = ['SoloPy'],
version = 'v2.1',
version = 'v2.3',
license='gpl-3.0',
description = 'PYTHON Library for Control Solo Motor',
author = 'Solo',
author_email = 'support@solomotorcontrollers.com',
url = 'https://github.com/Solo-FL/SoloPy',
download_url = 'https://github.com/Solo-FL/SoloPy/archive/refs/tags/v2.1.tar.gz',
download_url = 'https://github.com/Solo-FL/SoloPy/archive/refs/tags/v2.3.tar.gz',
keywords = ['Solo Motor controllers', 'Solo', 'SoloPy'],
install_requires=[
'pyserial'
Expand Down

0 comments on commit 4f837be

Please sign in to comment.