Skip to content

Commit 8ab6d68

Browse files
committed
Fix pyproject.toml to use proper template version 0.0.0
- Changed version from 25.10.1.dev0 to 0.0.0 as clear template placeholder - Version is automatically extracted from pom.xml during build via extract_version.py - Makes it clear that pyproject.toml is a template, not the source of truth for versioning
1 parent 258ce9b commit 8ab6d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "arcadedb-embed"
12-
version = "0.0.1"
12+
version = "0.0.0"
1313
description = "ArcadeDB embedded Python package"
1414
readme = "README.md"
1515
requires-python = ">=3.8"

0 commit comments

Comments
 (0)