From da612f8c09e742edf2b1ea6b26c99ce365b10570 Mon Sep 17 00:00:00 2001 From: shaikhsajid1111 Date: Mon, 25 Jan 2021 10:51:40 +0530 Subject: [PATCH] Updated to version 0.1.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4a90d3..f3f1a6e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name = "facebook_page_scraper", - version = "0.1.5", + version = "0.1.6", author = "Sajid Shaikh", author_email = "shaikhsajid3732@gmail.com", description = "Python package to scrap facebook's pages front end with no limitations",