diff --git a/.gitignore b/.gitignore index 6c20a79..f049360 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,6 @@ __pycache__ *.secret *.log *.egg-info -*.egg \ No newline at end of file +*.egg +build +dist \ No newline at end of file diff --git a/README.md b/README.md index 3b8baee..15a8c3f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ from the following sources: ## Installation You can install the package using pip: ```bash -pip install llm-price-scraper==1.0.0 +pip install llm-price-scraper==1.0.2 ``` ## Usage diff --git a/setup.py b/setup.py index 877db07..f0ec896 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="llm_price_scraper", - version="1.0.0", + version="1.0.2", packages=find_packages(), install_requires=[ "requests==2.32.3",