Skip to content

Commit 1d52cee

Browse files
committed
fix versioning
1 parent c8b6f02 commit 1d52cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta"
1717
# print(f"Project version: {version}")
1818
# ```
1919
root = "../.." # Defines the path to the root of the repository
20-
version_file = "server/app/version.py"
20+
version_file = "version.py"
2121

2222
[project]
2323
name = "basyx-python-server"

0 commit comments

Comments
 (0)