From e126c66a77512c570c01268b2c1130f938cc1083 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sat, 16 Mar 2024 19:05:24 -0500 Subject: [PATCH] Version 0.7.13 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3545124..db2879e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ # pyproject.toml format -> See PEP 621 [project] -Name = "ciscoconfparse2" -Version = "0.7.13" +name = "ciscoconfparse2" +version = "0.7.13" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" readme = "README.md" license = "GPL-3.0-only"