Skip to content

Commit 9175b48

Browse files
committed
Bump version to 0.6.0
1 parent b7965d5 commit 9175b48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nettowel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1" # From Makefile
1+
__version__ = "0.6.0" # From Makefile

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nettowel"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "Network Automation Collection"
55
authors = ["ubaumann <[email protected]>"]
66
license = "Apache 2.0"

tests/test_nettowel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version() -> None:
5-
assert __version__ == "0.5.1" # From Makefile
5+
assert __version__ == "0.6.0" # From Makefile

0 commit comments

Comments
 (0)