Skip to content

Commit

Permalink
bump package version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Norvell committed Nov 10, 2020
1 parent a764ecc commit c9f3b10
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="1.1.1",
version="1.2.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/1.1.1/nexus_keycode-1.1.1.tar.gz",
download_url="https://github.com/angaza/nexus-python/releases/download/1.2.0/nexus_keycode-1.2.0.tar.gz",
install_requires=["bitstring>=3.0.2", "enum34==1.1.6", "siphash==0.0.1"],
test_suite="nose2.collector",
include_package_data=True,
Expand Down

0 comments on commit c9f3b10

Please sign in to comment.