From 35f1c44e11cfd8bda6abf2ec071c80b5f0717d36 Mon Sep 17 00:00:00 2001 From: Adam Byczkowski Date: Tue, 24 Aug 2021 11:09:34 -0500 Subject: [PATCH] Updated version --- nautobot_ssot_aristacv/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nautobot_ssot_aristacv/__init__.py b/nautobot_ssot_aristacv/__init__.py index 41f7b68..4febf83 100644 --- a/nautobot_ssot_aristacv/__init__.py +++ b/nautobot_ssot_aristacv/__init__.py @@ -1,6 +1,6 @@ """Plugin declaration for aristacv_sync.""" -__version__ = "0.1.0" +__version__ = "1.0.1" import os diff --git a/pyproject.toml b/pyproject.toml index ec20e83..3971220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-ssot-aristacv" -version = "0.1.0" +version = "1.0.1" description = "Nautobot SSoT Arista CloudVision" authors = ["Network to Code, LLC "]