Skip to content

Commit 3f3f986

Browse files
committed
Fix bump version to patch version
1 parent 181f470 commit 3f3f986

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.2.0" # From Makefile
1+
__version__ = "0.1.5" # 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.2.0"
3+
version = "0.1.5"
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.2.0" # From Makefile
5+
assert __version__ == "0.1.5" # From Makefile

0 commit comments

Comments
 (0)