ci(release): 0.6.1-beta.1 [skip ci]

## [0.6.1-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.0...v0.6.1-beta.1) (2024-05-02)

### Bug Fixes

* add to requirements.txt langchain-aws = "^0.1.2" ([1afa319](1afa31910d))
This commit is contained in:
semantic-release-bot 2024-05-02 15:58:40 +00:00
parent 579a27faf9
commit 75a4042a23
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [0.6.1-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.0...v0.6.1-beta.1) (2024-05-02)
### Bug Fixes
* add to requirements.txt langchain-aws = "^0.1.2" ([1afa319](https://github.com/VinciGit00/Scrapegraph-ai/commit/1afa31910d25b2735abe0ad09dad433d6c2159fb))
## [0.6.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.2...v0.6.0) (2024-05-02)

View File

@ -1,7 +1,7 @@
[tool.poetry]
name = "scrapegraphai"
version = "0.6.0"
version = "0.6.1b1"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."