We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7965d5 commit 9175b48Copy full SHA for 9175b48
nettowel/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.5.1" # From Makefile
+__version__ = "0.6.0" # From Makefile
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "nettowel"
3
-version = "0.5.1"
+version = "0.6.0"
4
description = "Network Automation Collection"
5
authors = ["ubaumann <[email protected]>"]
6
license = "Apache 2.0"
tests/test_nettowel.py
@@ -2,4 +2,4 @@
def test_version() -> None:
- assert __version__ == "0.5.1" # From Makefile
+ assert __version__ == "0.6.0" # From Makefile
0 commit comments