Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed Apr 7, 2024
1 parent b7965d5 commit 9175b48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nettowel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1" # From Makefile
__version__ = "0.6.0" # From Makefile
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nettowel"
version = "0.5.1"
version = "0.6.0"
description = "Network Automation Collection"
authors = ["ubaumann <github@m.ubaumann.ch>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_nettowel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


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

0 comments on commit 9175b48

Please sign in to comment.