Skip to content

Commit b166168

Browse files
committed
Bump version to 0.1.6
1 parent 4a46c4b commit b166168

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

nornir_rich/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.5" # From Makefile
1+
__version__ = "0.1.6" # 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 = "nornir-rich"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Collection of 'nice looking' functions with rich for nornir"
55
authors = ["ubaumann <github@m.ubaumann.ch>"]
66
license = "Apache-2.0"

tests/test_nornir_rich.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.1.5" # From Makefile
5+
assert __version__ == "0.1.6" # From Makefile

0 commit comments

Comments
 (0)