File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " llm-webextract"
7- version = " 1.2.3 "
7+ version = " 1.2.4 "
88description = " AI-powered web content extraction with Large Language Models"
99readme = " README.md"
1010license = {text = " MIT" }
Original file line number Diff line number Diff line change 2626
2727setup (
2828 name = "llm-webextract" ,
29- version = "1.2.3 " ,
29+ version = "1.2.4 " ,
3030 author = "Himasha Herath" ,
3131 author_email = "himasha626@gmail.com" ,
3232 description = "AI-powered web content extraction with Large Language Models" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def test_quick_extract(mock_extract):
4545def test_version ():
4646 """Test package version is available."""
4747 assert hasattr (webextract , "__version__" )
48- assert webextract .__version__ == "1.2.3 "
48+ assert webextract .__version__ == "1.2.4 "
4949
5050
5151def test_author ():
Original file line number Diff line number Diff line change 11"""LLM WebExtract - AI-powered web content extraction using LLMs."""
22
3- __version__ = "1.2.3 "
3+ __version__ = "1.2.4 "
44__author__ = "Himasha Herath"
55__description__ = "AI-powered web content extraction with Large Language Models"
66
You can’t perform that action at this time.
0 commit comments