From ded193ee452fb777b387e1a3da2001720c35056d Mon Sep 17 00:00:00 2001 From: Parth Maniar <45627498+officialpm@users.noreply.github.com> Date: Tue, 8 Jun 2021 22:57:52 +0530 Subject: [PATCH] v0.1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2450274..01551be 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="scrape_amazon", - version="0.1.6", + version="0.1.7", description="Scrape Amazon Reviews", url="http://github.com/officialpm/scrape-amazon", author="Parth Maniar",