Skip to content

Commit

Permalink
Roll version (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed May 5, 2023
1 parent c532bd1 commit 88232d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmiko/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = "4.1.3"
__version__ = "4.2.0"
PY_MAJ_VER = 3
PY_MIN_VER = 7
MIN_PYTHON_VER = "3.7"
Expand Down

0 comments on commit 88232d8

Please sign in to comment.