Skip to content

Commit 036fddf

Browse files
authored
Merge pull request #14 from networktocode/dga-v-1.0.0
Increase version to 1.0.0
2 parents 8885298 + f3f68b4 commit 036fddf

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)