From 6aa84ea4204ca4b5eca19f8be8aa94ecdfa0bbbd Mon Sep 17 00:00:00 2001 From: Axel Suarez Date: Wed, 13 Aug 2025 16:41:40 -0700 Subject: [PATCH] Using dev notation for nightly versions --- versioning/TARGET-VERSION | 2 +- versioning/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/versioning/TARGET-VERSION b/versioning/TARGET-VERSION index dadf1c37..341cf11f 100644 --- a/versioning/TARGET-VERSION +++ b/versioning/TARGET-VERSION @@ -1 +1 @@ -0.2. \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/versioning/pyproject.toml b/versioning/pyproject.toml index b14bf015..ff9d0b09 100644 --- a/versioning/pyproject.toml +++ b/versioning/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta" enabled = true version_file = "TARGET-VERSION" count_commits_from_version_file = true -dev_template = "{tag}{ccount}" -dirty_template = "{tag}{ccount}" +dev_template = "{tag}dev{ccount}" +dirty_template = "{tag}dev{ccount}" [project] name = "helper"