From 4d0c5c9c56daaa445af807a39f0c1c156d8c42b3 Mon Sep 17 00:00:00 2001 From: Brandon Minnix Date: Thu, 21 Mar 2024 10:37:38 -0400 Subject: [PATCH] Fixing version after a reset --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e42c8f06..33794ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.7.0" +version = "1.7.1" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0"