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"