Skip to content

Commit fa6ae5f

Browse files
committed
add dynmaic versioning
1 parent eb3892c commit fa6ae5f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Client/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rps-engine-client-python"
3-
version = "1.0.3"
3+
version = "0.0.0"
44
description = "Python client library for REGDATA RPS Engine."
55
authors = [
66
{ name = "REGDATA SA", email = "info@regdata.ch" }
@@ -32,6 +32,9 @@ packages = [
3232
{ include = "Client" }
3333
]
3434

35+
[tool.poetry-dynamic-versioning]
36+
enable = true
37+
3538
[tool.poetry.group.dev.dependencies]
3639
pytest = "^8.3.5"
3740
mypy = "1.15"

0 commit comments

Comments
 (0)