Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaumann committed May 29, 2023
1 parent 4a46c4b commit b166168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nornir_rich/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5" # From Makefile
__version__ = "0.1.6" # 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 = "nornir-rich"
version = "0.1.5"
version = "0.1.6"
description = "Collection of 'nice looking' functions with rich for nornir"
authors = ["ubaumann <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_nornir_rich.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert __version__ == "0.1.5" # From Makefile
assert __version__ == "0.1.6" # From Makefile

0 comments on commit b166168

Please sign in to comment.