Skip to content

Commit

Permalink
Bump version to publish systems fix to PyPi.
Browse files Browse the repository at this point in the history
  • Loading branch information
djtimca committed Dec 4, 2020
1 parent d5d9bb1 commit 8df8833
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 @@ -6,15 +6,15 @@
setuptools.setup(
name="googlewifi",
packages=["googlewifi"],
version="0.0.15",
version="0.0.16",
license='apache-2.0',
author="Tim Empringham",
author_email="tim.empringham@live.ca",
description="Google WiFi API wrapper for integration to Google Wifi systems.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/djtimca/googlewifi-api",
download_url = 'https://github.com/djtimca/googlewifi-api/archive/v_0.0.15.tar.gz',
download_url = 'https://github.com/djtimca/googlewifi-api/archive/v_0.0.16.tar.gz',
keywords = ['Google', 'Wifi'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 8df8833

Please sign in to comment.