From 0f0a943caaf7c9cb4f2bbd33def48f16e20361d2 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Tue, 12 Sep 2023 16:46:41 -0400 Subject: [PATCH] Update dev template version --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7bd38a1..7ab9781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ license-files = ["LICENSE"] [tool.setuptools-git-versioning] enabled = true +dev_template = "{tag}.dev{ccount}" [project] name = "media-management-scripts"