Skip to content

Commit 156ac4e

Browse files
committed
Version 1.4.2
1 parent 7431321 commit 156ac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyats_genie_command_parse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
__copyright__ = "Copyright (c) 2020 - 2025, Benjamin P. Trachtenberg, Brett Gianpetro"
66
__status__ = "prod"
7-
__version_info__ = (1, 4, 1)
7+
__version_info__ = (1, 4, 2)
88
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)