Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alef-Burzmali committed May 10, 2024
1 parent 7c65989 commit 147f3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_data_flows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from netbox.plugins import PluginConfig

__version__ = "0.9.0-dev"
__version__ = "0.9.0"


class DataFlowsConfig(PluginConfig):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
]
license = {text = "Apache 2.0"}
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.8"
requires-python = ">=3.10"
keywords = ["netbox", "netbox-plugins"]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 147f3a5

Please sign in to comment.