Skip to content

Commit

Permalink
add: patch readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJlvt committed Oct 4, 2024
1 parent b3d8b82 commit 56fdfe9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ __pycache__
*.secret
*.log
*.egg-info
*.egg
*.egg
build
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 56fdfe9

Please sign in to comment.