Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timeforplanb123 committed Dec 11, 2023
1 parent 9c607b3 commit 228b2ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nornir_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"
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_cli"
version = "1.2.0"
version = "1.3.0"
description = "Nornir CLI"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_nornir_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.2.0"
assert __version__ == "1.3.0"

0 comments on commit 228b2ce

Please sign in to comment.