Skip to content

Commit 66a83aa

Browse files
author
Alex Stewart
committed
nilrt_snac: update module version to 3.0.0
Service for the LV 2025Q3 release. Signed-off-by: Alex Stewart <alex.stewart@emerson.com>
1 parent 4875077 commit 66a83aa

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)