From d62ba3b189738f1e501c0648a2cbe0d6056aecdb Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Sun, 22 Sep 2024 23:35:53 -0500 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01521da..34f0799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ description = "A NetBox Routing Plugin" readme = "README.md" requires-python = ">=3.10" keywords = ["netbox-plugin", ] -version = "0.2.2" +version = "0.2.3" license = {file = "LICENSE"} classifiers = [ "Programming Language :: Python :: 3",