Skip to content

Commit

Permalink
Merge pull request #6 from davama/v50
Browse files Browse the repository at this point in the history
Update to version 0.0.50
  • Loading branch information
skarpe-github committed Mar 7, 2024
2 parents 6321d72 + ad68052 commit 9cf6a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion napalm_nokia_olt/napalm_nokia_olt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from napalm_nokia_olt.nokia_olt import NokiaOltDriver
__all__ = ("NokiaOltDriver",)

__version__ = "0.0.49"
__version__ = "0.0.50"
2 changes: 1 addition & 1 deletion napalm_nokia_olt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="napalm_nokia_olt",
version="0.0.49",
version="0.0.50",
author="Dave Macias",
author_email = "[email protected]",
description=("Network Automation and Programmability Abstraction "
Expand Down

0 comments on commit 9cf6a95

Please sign in to comment.