Skip to content

Commit

Permalink
correct release version number for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Norvell committed Apr 9, 2021
1 parent e3610f5 commit c3c2076
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 @@ -7,14 +7,14 @@
name="nexus_keycode",
packages=setuptools.find_packages(),
license="MIT",
version="2.2.0",
version="1.3.0",
author="Angaza, Inc.",
author_email="[email protected]",
description="Angaza Nexus backend libraries for managing PAYG devices",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/angaza/nexus-python",
download_url="https://github.com/angaza/nexus-python/releases/download/2.2.0/nexus_keycode-2.2.0.tar.gz",
download_url="https://github.com/angaza/nexus-python/releases/download/1.3.0/nexus_keycode-1.3.0.tar.gz",
install_requires=["bitstring>=3.0.2", "enum34==1.1.6", "siphash==0.0.1", "typing>=3.7.4"],
test_suite="nose2.collector",
include_package_data=True,
Expand Down

0 comments on commit c3c2076

Please sign in to comment.