Skip to content

Commit 9a92b06

Browse files
committed
Update versioning
1 parent c150a96 commit 9a92b06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ dev = ["requests", "pytest"]
6666
default-version = "1+unknown"
6767

6868
[tool.versioningit.format]
69-
distance = "{base_version}"
70-
dirty = "{base_version}"
71-
distance-dirty = "{base_version}"
69+
distance = "{base_version}.post{distance}"
70+
dirty = "{base_version}.post{distance}.dev0"
71+
distance-dirty = "{base_version}.post{distance}.dev0"
7272

7373
[tool.versioningit.vcs]
7474
method = "git"

0 commit comments

Comments
 (0)