Skip to content

Commit

Permalink
smartmeter: adjust metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Dec 22, 2024
1 parent 4b114ee commit 5fcca3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion smartmeter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Smartmeter(SmartPlugin, Conversion):
the update functions for the items
"""

PLUGIN_VERSION = '0.0.1'
PLUGIN_VERSION = '0.9.0'

def __init__(self, sh):
"""
Expand Down
4 changes: 2 additions & 2 deletions smartmeter/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
---
plugin:
classname: Smartmeter
version: '0.0.1' # Plugin version
sh_minversion: '1.10' # minimum shNG version to use this plugin
version: '0.9.0' # Plugin version
sh_minversion: '1.10.0.3' # minimum shNG version to use this plugin
py_minversion: '3.9' # minimum Python version to use for this plugin, due to f-strings
type: interface # plugin type (gateway, interface, protocol, system, web)
description:
Expand Down

0 comments on commit 5fcca3a

Please sign in to comment.