Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Release v1.0.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-silvas committed Dec 3, 2021
1 parent 63b81d9 commit 096d4cb
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nautobot_plugin_chatops_grafana/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plugin declaration for nautobot_plugin_chatops_grafana."""

__version__ = "0.1.0"
__version__ = "1.0.0"

from nautobot.extras.plugins import PluginConfig

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 = "nautobot-chatops-grafana"
version = "0.1.0"
version = "1.0.0"
description = "Nautobot Plugin Chatops Grafana"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"

0 comments on commit 096d4cb

Please sign in to comment.