From 4bf60712267e0a3bfd496298e7acebeecdbaebc4 Mon Sep 17 00:00:00 2001 From: unclecode Date: Mon, 1 Jun 2026 14:04:51 +0000 Subject: [PATCH] chore: bump version to 0.8.7 --- Dockerfile | 2 +- crawl4ai/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29aca90c..86ede349 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12-slim-bookworm AS build # C4ai version -ARG C4AI_VER=0.8.6 +ARG C4AI_VER=0.8.7 ENV C4AI_VERSION=$C4AI_VER LABEL c4ai.version=$C4AI_VER diff --git a/crawl4ai/__version__.py b/crawl4ai/__version__.py index 9b49905e..ef800fda 100644 --- a/crawl4ai/__version__.py +++ b/crawl4ai/__version__.py @@ -1,7 +1,7 @@ # crawl4ai/__version__.py # This is the version that will be used for stable releases -__version__ = "0.8.6" +__version__ = "0.8.7" # For nightly builds, this gets set during build process __nightly_version__ = None