feat: Implement nightly build script and update version handling

This commit is contained in:
UncleCode
2025-07-03 20:53:03 +08:00
parent a353515271
commit 048d9b0f5b
4 changed files with 1086 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
# crawl4ai/_version.py
# crawl4ai/__version__.py
# This is the version that will be used for stable releases
__version__ = "0.6.3"
# For nightly builds, this gets set during build process
__nightly_version__ = None