From db156158d71beab2f4fa2cc34fcfde64a95eff50 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 29 Dec 2023 08:29:32 -0500 Subject: [PATCH] update version --- setup.py | 4 ++-- src/vuegraf/vuegraf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 33e75be..c8ae319 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ base_dir = os.path.dirname(__file__) setup( name='vuegraf', - version='1.6.0', + version='1.6.1', author='Jason Ertel', url='https://github.com/jertel/vuegraf', description='Populate metrics from your Emporia Vue energy monitoring devices into an InfluxDB', setup_requires='setuptools', license='MIT', classifiers=[ - 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ], diff --git a/src/vuegraf/vuegraf.py b/src/vuegraf/vuegraf.py index bac981c..7f8e719 100644 --- a/src/vuegraf/vuegraf.py +++ b/src/vuegraf/vuegraf.py @@ -3,8 +3,8 @@ __author__ = 'https://github.com/jertel' __license__ = 'MIT' __contributors__ = 'https://github.com/jertel/vuegraf/graphs/contributors' -__version__ = '1.6.0' -__versiondate__ = '2023/05/16' +__version__ = '1.6.1' +__versiondate__ = '2023/12/29' __maintainer__ = 'https://github.com/jertel' __github__ = 'https://github.com/jertel/vuegraf' __status__ = 'Production'