From 7730da11a1a22d9d93390a87262380d153c8692f Mon Sep 17 00:00:00 2001 From: Daniel Crusius Date: Sun, 5 May 2024 21:34:02 +0200 Subject: [PATCH] update version no. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b9fb0b..bcf057a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty" method = "git" # <- The method name # Parameters to pass to the method: match = ["*"] -default-tag = "0.0.1" +default-tag = "v0.0.1" [tool.versioningit.write] file = "noiseestimator/_version.py"