We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e2225 commit c548032Copy full SHA for c548032
manual deployment/commit_and_push.sh
@@ -23,11 +23,6 @@ commit_message="$1"
23
# Run Pylint on the specified Python files
24
pylint pylint scrapegraphai/**/*.py scrapegraphai/*.py tests/*.py
25
26
-# Run the tests
27
-cd tests
28
-
29
-pytest
30
31
#Make the pull
32
git pull
33
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "scrapegraphai"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
5
authors = [
6
"Marco Vinciguerra <[email protected]>",
0 commit comments