Skip to content

Commit 30bac9b

Browse files
committed
Change version format
1 parent 22e540b commit 30bac9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "rmp"
33
dynamic = ["version"]
4-
version = "0.0.0"
54

65
[tool.poetry]
76
description = "Analyze team performance for better predictability"
@@ -11,6 +10,7 @@ license = "MIT"
1110
packages = [
1211
{ include = "rmp", from = "src" },
1312
]
13+
version = "0.0.0"
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.11"
@@ -53,4 +53,4 @@ disallow_untyped_decorators = false
5353

5454
[tool.poetry-dynamic-versioning]
5555
enable = true
56-
format-jinja = "{% if major == 0 and minor == 0 and patch == 0 %}{{ commit }}{% else %}{{ base }}{% endif %}"
56+
format-jinja = "{{base}}{% if major == 0 and minor == 0 and patch == 0 %}.{{ timestamp }}{% endif %}"

0 commit comments

Comments
 (0)