We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7431321 commit 156ac4eCopy full SHA for 156ac4e
pyats_genie_command_parse/version.py
@@ -4,5 +4,5 @@
4
5
__copyright__ = "Copyright (c) 2020 - 2025, Benjamin P. Trachtenberg, Brett Gianpetro"
6
__status__ = "prod"
7
-__version_info__ = (1, 4, 1)
+__version_info__ = (1, 4, 2)
8
__version__ = ".".join(map(str, __version_info__))
0 commit comments