From 5da4d4306dba9d032b71692f4eb1eaae9f120406 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 8 Jan 2025 00:07:12 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0699364..90cadac 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.3.0-alpha1" +version = "0.3.0" license = {file = "LICENSE"} classifiers = [ "Programming Language :: Python :: 3", @@ -35,4 +35,4 @@ Tracker = "https://github.com/dansheps/netbox-routing/issues" exclude=["netbox_routing.tests"] [tool.black] -skip-string-normalization = 1 \ No newline at end of file +skip-string-normalization = 1