diff --git a/instagram_scraper/__init__.py b/instagram_scraper/__init__.py index 6f8800e..d146716 100755 --- a/instagram_scraper/__init__.py +++ b/instagram_scraper/__init__.py @@ -1 +1 @@ -__version__ = '1.1.12' +__version__ = '1.1.13' diff --git a/setup.py b/setup.py index 065c2cd..7f2fde2 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = fh.read() name = 'igscraper' -version = '1.1.12' +version = '1.1.13' requires = [ 'colorama>=0.4.3', @@ -13,7 +13,7 @@ 'selenium>=3.141.0', 'urllib3>=1.25.10', 'bs4>=0.0.1', - 'get-chrome-driver>=1.1.19' + 'get-chrome-driver>=1.1.20' ] setup(