diff --git a/sense_energy/__init__.py b/sense_energy/__init__.py index e4b30a9..f95eca8 100644 --- a/sense_energy/__init__.py +++ b/sense_energy/__init__.py @@ -8,4 +8,4 @@ from .plug_instance import PlugInstance from .sense_link import SenseLink -__version__ = "0.10.2" +__version__ = "0.10.3" diff --git a/setup.py b/setup.py index c3049a1..e92ee37 100644 --- a/setup.py +++ b/setup.py @@ -12,14 +12,14 @@ 'websockets;python_version>="3.5"', 'aiohttp;python_version>="3.5"', ], - version = '0.10.2', + version = '0.10.3', 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.10.2.tar.gz', + download_url = 'https://github.com/scottbonline/sense/archive/0.10.3.tar.gz', keywords = ['sense', 'energy', 'api'], classifiers = [ 'Programming Language :: Python :: 2',