From e13ba41e818fc7a0f7d072f2fd163a9fdf57ed6c Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 06:02:57 -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 bd096c6b..f264ddda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.7.0" # however, pip will NOT install unless I base pyproject.toml on the # [tool.poetry] section below. # -# Maybe it's my fault, but I have not had success trying to migrate to +# Maybe it's my fault, but I have not had success trying to migrate to # a [project] section with pip installs. I have stopped trying because # the problem is too complicated to continue throwing cycles at making a # [project] section work with 'pip install ciscoconfparse'.