- Update Docker base image to Python 3.12-slim-bookworm - Bump version from 0.6.0rc1 to 0.6.0 - Update documentation to reflect release version changes - Fix license specification in pyproject.toml and setup.py - Clean up code formatting in demo_docker_api.py BREAKING CHANGE: Base Python version upgraded from 3.10 to 3.12
4 lines
46 B
Python
4 lines
46 B
Python
# crawl4ai/_version.py
|
|
__version__ = "0.6.0"
|
|
|