Skip to content

Commit

Permalink
Rolling version in dunder-init
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jul 8, 2024
1 parent 94ea604 commit 07e0ac1
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.3.0"
__version__ = "4.4.0"
PY_MAJ_VER = 3
PY_MIN_VER = 8
MIN_PYTHON_VER = "3.8"
Expand Down

0 comments on commit 07e0ac1

Please sign in to comment.