Skip to content

Commit 5a74225

Browse files
committed
Moved version to 1.3.11
1 parent 50c3a6e commit 5a74225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyats_genie_command_parse/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"""
44
__copyright__ = "Copyright (c) 2020 - 2024, Benjamin P. Trachtenberg, Brett Gianpetro"
55
__status__ = 'prod'
6-
__version_info__ = (1, 3, 10)
6+
__version_info__ = (1, 3, 11)
77
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)