From 2142108c827dd104edec0b2843c2405d0be4f45e Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 05:35: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 8b0ab1f5..6e5ac13c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.7.0" [tool.poetry] name = "ciscoconfparse" -version = "1.8.0" +version = "1.8.1" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [