Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djtimca committed Jan 18, 2022
1 parent dc98a14 commit 1c81817
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.18",
version="0.0.19",
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.18.tar.gz',
download_url = 'https://github.com/djtimca/googlewifi-api/archive/v_0.0.19.tar.gz',
keywords = ['Google', 'Wifi'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 1c81817

Please sign in to comment.