Skip to content

Commit 46cf17f

Browse files
committed
change version in manifest to v0.0.0
1 parent e10cf69 commit 46cf17f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

custom_components/victron/hub.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Support for Victron Energy devices."""
2+
23
from collections import OrderedDict
34
import logging
45
import threading

custom_components/victron/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"pymodbus>=3.7.4"
1616
],
1717
"ssdp": [],
18-
"version": "v0.5.0",
18+
"version": "v0.0.0",
1919
"zeroconf": []
2020
}

0 commit comments

Comments
 (0)