From 1adb45d75ee0d45401ba8e43a067bb142268af40 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 21 Feb 2024 00:29:33 -0700 Subject: [PATCH] v4.0.5 ===================================================================== - one last python semver fix and then BOOM --- py/lib/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py/lib/pyproject.toml b/py/lib/pyproject.toml index 0cd0e69..91d605b 100644 --- a/py/lib/pyproject.toml +++ b/py/lib/pyproject.toml @@ -55,6 +55,5 @@ source = 'versioningit' [tool.hatch.build.targets.wheel] packages = ['./'] -[tool.versioningit] +[tool.versioningit.vcs] match = ['v[0-9]*.[0-9]*.[0-9]*'] -