From 4d0e6e32ef775f0c4728803b9328e56bbed91f8e Mon Sep 17 00:00:00 2001 From: Keilin Date: Mon, 17 Jan 2022 15:32:47 -0500 Subject: [PATCH] Update 0.9.5 --- 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 f6fd3e4..9ee20bb 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.4" +__version__ = "0.9.5" diff --git a/setup.py b/setup.py index 03da861..9444d88 100644 --- a/setup.py +++ b/setup.py @@ -12,14 +12,14 @@ 'websockets;python_version>="3.5"', 'aiohttp;python_version>="3.5"', ], - version = '0.9.4', + version = '0.9.5', 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.4.tar.gz', + download_url = 'https://github.com/scottbonline/sense/archive/0.9.5.tar.gz', keywords = ['sense', 'energy', 'api', 'pytest'], classifiers = [ 'Programming Language :: Python :: 2',