From 21f3dd7390517b180b0b930c87821094e839a375 Mon Sep 17 00:00:00 2001 From: mpenning Date: Thu, 26 Oct 2023 20:04:54 -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 50ca326..24c23b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.7" +version = "1.9.8" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [