Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps authored Jan 8, 2025
1 parent 867f41a commit 5da4d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -35,4 +35,4 @@ Tracker = "https://github.com/dansheps/netbox-routing/issues"
exclude=["netbox_routing.tests"]

[tool.black]
skip-string-normalization = 1
skip-string-normalization = 1

0 comments on commit 5da4d43

Please sign in to comment.