From 60616a7295d22ef085cd6bc74fa6f0095663cb33 Mon Sep 17 00:00:00 2001 From: shaikhsajid1111 Date: Fri, 18 Mar 2022 15:59:33 +0530 Subject: [PATCH] updated to version 0.1.2 after patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dca21e..435bf37 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="twitter_scraper_selenium", - version="0.1.1", + version="0.1.2", author="Sajid Shaikh", author_email="shaikhsajid3732@gmail.com", description="Python package to scrap twitter's front-end easily with selenium",