Skip to content

Commit

Permalink
1.10.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Feb 12, 2022
1 parent 907d6a2 commit 381793e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.10.0"
__version__ = "0.10.1"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
'websockets;python_version>="3.5"',
'aiohttp;python_version>="3.5"',
],
version = '0.10.0',
version = '0.10.1',
description = 'API for the Sense Energy Monitor',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'scottbonline',
author_email = '[email protected]',
url = 'https://github.com/scottbonline/sense',
download_url = 'https://github.com/scottbonline/sense/archive/0.9.6.tar.gz',
keywords = ['sense', 'energy', 'api', 'pytest'],
download_url = 'https://github.com/scottbonline/sense/archive/0.10.1.tar.gz',
keywords = ['sense', 'energy', 'api'],
classifiers = [
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 381793e

Please sign in to comment.