Files
AI/참고/crawl4ai-main/crawl4ai/__version__.py

9 lines
195 B
Python
Raw Normal View History

2026-05-12 19:40:31 +09:00
# crawl4ai/__version__.py
# This is the version that will be used for stable releases
__version__ = "0.8.6"
# For nightly builds, this gets set during build process
__nightly_version__ = None