Skip to content

Commit

Permalink
update version to indicate change
Browse files Browse the repository at this point in the history
if we keep the version string the same, pip will sometimes skip installing our version, and keep the otherwise identical upstream 4.1.2.
  • Loading branch information
msherman64 authored Nov 8, 2024
1 parent ebdc44f commit a1ceb3b
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.2"
__version__ = "4.1.2.chi01"
PY_MAJ_VER = 3
PY_MIN_VER = 7
MIN_PYTHON_VER = "3.7"
Expand Down

0 comments on commit a1ceb3b

Please sign in to comment.