Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Dec 29, 2023
1 parent ea9f9f0 commit db15615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down
4 changes: 2 additions & 2 deletions src/vuegraf/vuegraf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit db15615

Please sign in to comment.