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 0e68332 commit 54782b0Copy full SHA for 54782b0
3 files changed
nornir_rich/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.3" # From Makefile
+__version__ = "0.1.4" # From Makefile
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "nornir-rich"
3
-version = "0.1.3"
+version = "0.1.4"
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.3" # From Makefile
+ assert __version__ == "0.1.4" # From Makefile
0 commit comments