Skip to content

Commit 3ac0dd9

Browse files
committed
README
Signed-off-by: Finbarrs Oketunji <f@finbarrs.eu>
1 parent 7e2d9c3 commit 3ac0dd9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LONG_DESCRIPTION.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Execute this command `amazon_scraper --help` in the terminal.
3636

3737
.. code-block:: text
3838
39-
usage: amazon.py [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
39+
usage: amazon_scraper [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
4040
4141
optional arguments:
4242
-h, --help show this help message and exit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python setup.py install --user
3030
Execute this command `amazon_scraper --help` in the terminal.
3131

3232
```text
33-
usage: amazon.py [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
33+
usage: amazon_scraper [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--proxy_api_key PROXY_API_KEY] [--pages PAGES] [-r]
3434
3535
optional arguments:
3636
-h, --help show this help message and exit

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

amazon_scraper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.0.4"
1+
VERSION = "1.0.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from distutils.core import Extension
66

77
NAME = "amazon_scrape"
8-
VERSION = "1.0.4"
8+
VERSION = "1.0.5"
99
REQUIRES = ["beautifulsoup4", "requests"]
1010

1111
# read the contents of your README file

0 commit comments

Comments
 (0)