From 22087dd25e7559ea12338cc80f7f2fbe45812353 Mon Sep 17 00:00:00 2001 From: mpenning Date: Fri, 27 Oct 2023 19:37:56 -0500 Subject: [PATCH] Roll version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4970460..7bc7cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.12" +version = "1.9.13" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [