Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Finbarrs Oketunji <f@finbarrs.eu>
  • Loading branch information
0xnu committed Jul 27, 2023
1 parent bbd0cff commit f566e89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9
2 changes: 1 addition & 1 deletion amazon_scraper/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.8"
VERSION = "0.0.9"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from distutils.core import Extension

NAME = "amazon_scrape"
VERSION = "0.0.8"
VERSION = "0.0.9"
REQUIRES = ["beautifulsoup4", "requests"]

# read the contents of your README file
Expand All @@ -23,7 +23,7 @@
setup(
name=NAME,
version=VERSION,
description="Scrape Amazon product data such as Product Name, Product Images, Rating Count, and Price.",
description="Scrape Amazon product data such as Product Name, Product Images, Product URL, Number of Reviews, ASIN, Rating Count, and Price.",
long_description=long_description,
long_description_content_type="text/x-rst",
author="Finbarrs Oketunji",
Expand Down

0 comments on commit f566e89

Please sign in to comment.