Skip to content

Commit b35c126

Browse files
committed
Bumped dependency for PyLink
1 parent 8222b48 commit b35c126

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyVantagePro_MarcoGos"
7-
version = "0.3.23"
7+
version = "0.3.24"
88
authors = [
99
{ name="Salem Harrache", email="[email protected]" },
1010
{ name="Marco Gosselink", email="[email protected]" },
1111
]
1212
dependencies = [
13-
"PyLink-MarcoGos>=0.3.5",
13+
"PyLink-MarcoGos>=0.3.6",
1414
"progressbar-latest"
1515
]
1616
description = "Communication tools for the Davis VantagePro2 devices"

pyvantagepro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
from .logger import LOGGER, active_logger
1414
from .device import VantagePro2
1515

16-
VERSION = '0.3.23'
16+
VERSION = '0.3.24'
1717
__version__ = VERSION

0 commit comments

Comments
 (0)