Skip to content

Commit 36102b6

Browse files
committed
feat: update distribution
1 parent 7714d29 commit 36102b6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

langchain_scrapegraph/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""langchain-scrapegraph package."""
2+
3+
__version__ = "1.8.0"

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 = "langchain-scrapegraph"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = "Library for extracting structured data from websites using ScrapeGraphAI"
55
authors = ["Marco Vinciguerra <marco.vinciguerra@scrapegraphai.com>", "Lorenzo Padoan <lorenzo.padoan@scrapegraphai.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)