ci(release): 1.15.2 [skip ci]

## [1.15.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.1...v1.15.2) (2024-09-01)

### Bug Fixes

* pyproject.toml ([360ce1c](360ce1c0e4))
This commit is contained in:
semantic-release-bot 2024-09-01 09:53:02 +00:00
parent 360ce1c0e4
commit d88730ccc7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.15.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.1...v1.15.2) (2024-09-01)
### Bug Fixes
* pyproject.toml ([360ce1c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/360ce1c0e468c959e63555120ac7cecf55563846))
## [1.15.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0...v1.15.1) (2024-08-28) ## [1.15.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.0...v1.15.1) (2024-08-28)

View File

@ -1,6 +1,6 @@
[project] [project]
name = "scrapegraphai" name = "scrapegraphai"
version = "1.15.1" version = "1.15.2"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [ authors = [
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" }, { name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },