From 92597f235fdd59671f9439433e161a69ca3d5d8d Mon Sep 17 00:00:00 2001 From: mpenning Date: Thu, 30 Nov 2023 04:57:46 -0600 Subject: [PATCH] Roll version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdd5318..791e097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.45" +version = "1.9.46" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [