From 2b686de596d77738dda4cb3757fc2b0f9e58835e Mon Sep 17 00:00:00 2001 From: kbickar Date: Mon, 8 Nov 2021 19:28:12 -0500 Subject: [PATCH] 0.9.3 release --- sense_energy/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sense_energy/__init__.py b/sense_energy/__init__.py index 4662ea7..ea2c145 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.9.2" +__version__ = "0.9.3" diff --git a/setup.py b/setup.py index a934d16..5a6bd1c 100644 --- a/setup.py +++ b/setup.py @@ -12,14 +12,14 @@ 'websockets;python_version>="3.5"', 'aiohttp;python_version>="3.5"', ], - version = '0.9.2', + version = '0.9.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.9.1.tar.gz', + download_url = 'https://github.com/scottbonline/sense/archive/0.9.3.tar.gz', keywords = ['sense', 'energy', 'api', 'pytest'], classifiers = [ 'Programming Language :: Python :: 2',