Skip to content

Commit 971428c

Browse files
author
Alex Stewart
committed
nilrt_snac: update module version to 3.0.0
Service for the LV 2025Q4 release. Signed-off-by: Alex Stewart <alex.stewart@emerson.com>
1 parent 5bda06b commit 971428c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nilrt_snac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pathlib
55
from enum import IntEnum
66

7-
__version__ = "2.0.0"
7+
__version__ = "3.0.0"
88

99
SNAC_DATA_DIR = pathlib.Path(__file__).resolve().parents[3] / "share" / "nilrt-snac"
1010

0 commit comments

Comments
 (0)