ci(release): 1.9.0-beta.2 [skip ci]

## [1.9.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0-beta.1...v1.9.0-beta.2) (2024-07-05)

### Bug Fixes

* fix pyproject.toml ([7570bf8](7570bf8294))
This commit is contained in:
semantic-release-bot 2024-07-05 11:09:18 +00:00
parent 7570bf8294
commit 5cb5fbf550
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.9.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0-beta.1...v1.9.0-beta.2) (2024-07-05)
### Bug Fixes
* fix pyproject.toml ([7570bf8](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7570bf8294e49bc54ec9e296aaadb763873390ca))
## [1.9.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.8.1-beta.1...v1.9.0-beta.1) (2024-07-04)

View File

@ -2,7 +2,7 @@
name = "scrapegraphai"
version = "1.9.0b1"
version = "1.9.0b2"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."