From 9b4095e407696f4fad0b09d62ef49b4e39ddc3f1 Mon Sep 17 00:00:00 2001 From: erjac77 Date: Tue, 16 Feb 2021 16:46:29 -0500 Subject: [PATCH] Bumped version number --- nornir_f5/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nornir_f5/__init__.py b/nornir_f5/__init__.py index 57abd40..88db4f9 100644 --- a/nornir_f5/__init__.py +++ b/nornir_f5/__init__.py @@ -1,3 +1,3 @@ """Nornir F5.""" -__version__ = "0.3.0" +__version__ = "0.4.0" diff --git a/pyproject.toml b/pyproject.toml index 8e903f9..26b2add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = "Apache-2.0" name = "nornir_f5" readme = "README.md" repository = "https://github.com/erjac77/nornir_f5" -version = "0.3.0" +version = "0.4.0" [tool.poetry.urls] Issues = "https://github.com/erjac77/nornir_f5/issues"