Skip to content

Commit 9f254ff

Browse files
committed
Add version to pyproject.toml
Build started to fail with: ``` ⚠️ Warning: `project.version` field is required in pyproject.toml unless it is present in the `project.dynamic` list 📦 Including license file "/home/runner/work/libsql-experimental-python/libsql-experimental-python/LICENSE.md" 🔗 Found pyo3 bindings 🐍 Found CPython 3.13 at /home/runner/work/libsql-experimental-python/libsql-experimental-python/.env/bin/python 📡 Using build options features from pyproject.toml ⚠️ Warning: `project.version` field is required in pyproject.toml unless it is present in the `project.dynamic` list 💥 maturin failed Caused by: Cannot build without valid version information. You need to specify either `project.version` or `project.dynamic = ["version"]` in pyproject.toml. Error: Process completed with exit code 1. ```
1 parent 397c429 commit 9f254ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "libsql-experimental"
7+
version = "0.0.41"
78
requires-python = ">=3.7"
89
classifiers = [
910
"Programming Language :: Rust",

0 commit comments

Comments
 (0)