Skip to content

Commit 8286995

Browse files
committed
Fixed small error
1 parent 0e1356f commit 8286995

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyVantagePro_MarcoGos"
7-
version = "0.3.20"
7+
version = "0.3.21"
88
authors = [
99
{ name="Salem Harrache", email="[email protected]" },
1010
{ name="Marco Gosselink", email="[email protected]" },

pyvantagepro/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
:license: GNU GPL v3.
1010
1111
'''
12+
# Make sure the logger is configured early:
13+
from .logger import LOGGER, active_logger
14+
from .device import VantagePro2
1215

13-
VERSION = '0.3.20'
16+
VERSION = '0.3.21'
1417
__version__ = VERSION

0 commit comments

Comments
 (0)