From 096d4cb84e5735796811c825ab32ab853d6a7fe5 Mon Sep 17 00:00:00 2001 From: Josh Silvas Date: Fri, 3 Dec 2021 12:47:18 -0600 Subject: [PATCH] Release v1.0.0 prep --- nautobot_plugin_chatops_grafana/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nautobot_plugin_chatops_grafana/__init__.py b/nautobot_plugin_chatops_grafana/__init__.py index 303cb1d..1bf190e 100644 --- a/nautobot_plugin_chatops_grafana/__init__.py +++ b/nautobot_plugin_chatops_grafana/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 680524a..527d2ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache-2.0"