Skip to content

Commit

Permalink
Merge pull request #14 from networktocode/dga-v-1.0.0
Browse files Browse the repository at this point in the history
Increase version to 1.0.0
  • Loading branch information
dgarros authored Aug 19, 2020
2 parents 8885298 + f3f68b4 commit 036fddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_metrics_ext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plugin declaration for netbox_metrics_ext."""

__version__ = "0.1.0"
__version__ = "1.0.0"

from extras.plugins import PluginConfig

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ntc-netbox-plugin-metrics-ext"
version = "0.1.0"
version = "1.0.0"
description = "Plugin to improve the instrumentation of NetBox and expose additional metrics (Application Metrics, RQ Worker)."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 036fddf

Please sign in to comment.