Skip to content

Commit c548032

Browse files
committed
add new version
1 parent 95e2225 commit c548032

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

manual deployment/commit_and_push.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ commit_message="$1"
2323
# Run Pylint on the specified Python files
2424
pylint pylint scrapegraphai/**/*.py scrapegraphai/*.py tests/*.py
2525

26-
# Run the tests
27-
cd tests
28-
29-
pytest
30-
3126
#Make the pull
3227
git pull
3328

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scrapegraphai"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
55
authors = [
66
"Marco Vinciguerra <[email protected]>",

0 commit comments

Comments
 (0)