Skip to content

Commit 7828f5e

Browse files
committed
add dynmaic versioning
1 parent eb3892c commit 7828f5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Client/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[project]
22
name = "rps-engine-client-python"
3-
version = "1.0.3"
43
description = "Python client library for REGDATA RPS Engine."
54
authors = [
65
{ name = "REGDATA SA", email = "info@regdata.ch" }
@@ -32,6 +31,9 @@ packages = [
3231
{ include = "Client" }
3332
]
3433

34+
[tool.poetry-dynamic-versioning]
35+
enable = true
36+
3537
[tool.poetry.group.dev.dependencies]
3638
pytest = "^8.3.5"
3739
mypy = "1.15"

0 commit comments

Comments
 (0)