Skip to content

Commit

Permalink
0.9.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Jan 19, 2022
1 parent 9d4f2fa commit 6a43f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sense_energy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .plug_instance import PlugInstance
from .sense_link import SenseLink

__version__ = "0.9.5"
__version__ = "0.9.6"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
'websockets;python_version>="3.5"',
'aiohttp;python_version>="3.5"',
],
version = '0.9.5',
version = '0.9.6',
description = 'API for the Sense Energy Monitor',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'scottbonline',
author_email = 'scottbonline@gmail.com',
url = 'https://github.com/scottbonline/sense',
download_url = 'https://github.com/scottbonline/sense/archive/0.9.5.tar.gz',
download_url = 'https://github.com/scottbonline/sense/archive/0.9.6.tar.gz',
keywords = ['sense', 'energy', 'api', 'pytest'],
classifiers = [
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 6a43f29

Please sign in to comment.