From e46a7c4dc470de21f41d178c0912580de51382c0 Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 29 Nov 2023 16:30:35 -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 d6719ad..6fca80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.43" +version = "1.9.44" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [