Skip to content

Commit

Permalink
Merge pull request #143 from jertel/jertel/p312
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
jertel authored Dec 29, 2023
2 parents f1bd374 + db15615 commit f15eee0
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 f15eee0

Please sign in to comment.