Skip to content

Commit f3f68b4

Browse files
committed
increase version to 1.0.0
1 parent f71d215 commit f3f68b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_metrics_ext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Plugin declaration for netbox_metrics_ext."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "1.0.0"
44

55
from extras.plugins import PluginConfig
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ntc-netbox-plugin-metrics-ext"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Plugin to improve the instrumentation of NetBox and expose additional metrics (Application Metrics, RQ Worker)."
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)