chore: release v0.7.0
Build Release / create-release (push) Successful in 3s
Build Android APK / build-android (push) Failing after 11s
Build Release / build-linux (push) Successful in 2m54s
Build Release / build-docker (push) Successful in 3m50s
Build Release / build-windows (push) Successful in 4m36s

This commit is contained in:
2026-05-26 00:35:38 +03:00
parent f591e258f7
commit 8bdcc17799
4 changed files with 149 additions and 25 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pathlib import Path
# In dev (running from source without `pip install -e .`) and on Android
# (Chaquopy embeds the source directly with no dist-info), we additionally
# read pyproject.toml so the version is always correct without manual sync.
_FALLBACK_VERSION = "0.4.2"
_FALLBACK_VERSION = "0.7.0"
def _read_pyproject_version() -> str | None: