From 5d914eb5aefffa88f725a65031053fc34a2c89da Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:06:48 -0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1420702..3f838997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-chatops" -version = "3.1.1" +version = "3.1.2a0" description = "A app providing chatbot capabilities for Nautobot" authors = ["Network to Code, LLC "] license = "Apache-2.0"