From a44b74aa6f7be7cdb4bdbebebc3b51a6d54a51e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Dec 2024 15:17:50 +0000 Subject: [PATCH] ci(release): 1.33.10 [skip ci] ## [1.33.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.9...v1.33.10) (2024-12-22) ### Bug Fixes * add model tokens ([9b16cb9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/9b16cb987fd93132d814ebd933af1565eb166331)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a446530..cff04886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.33.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.9...v1.33.10) (2024-12-22) + + +### Bug Fixes + +* add model tokens ([9b16cb9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/9b16cb987fd93132d814ebd933af1565eb166331)) + ## [1.33.9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.33.8...v1.33.9) (2024-12-18) diff --git a/pyproject.toml b/pyproject.toml index d62fe1c3..90d36184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scrapegraphai" -version = "1.33.9" +version = "1.33.10" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [ { name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },