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 4a46c4b commit b166168Copy full SHA for b166168
3 files changed
nornir_rich/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.5" # From Makefile
+__version__ = "0.1.6" # From Makefile
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "nornir-rich"
3
-version = "0.1.5"
+version = "0.1.6"
4
description = "Collection of 'nice looking' functions with rich for nornir"
5
authors = ["ubaumann <github@m.ubaumann.ch>"]
6
license = "Apache-2.0"
tests/test_nornir_rich.py
@@ -2,4 +2,4 @@
def test_version() -> None:
- assert __version__ == "0.1.5" # From Makefile
+ assert __version__ == "0.1.6" # From Makefile
0 commit comments