From 1c42f4386eb5b1116b11049d85440784f791febb Mon Sep 17 00:00:00 2001 From: Guru Prasad Singh Date: Thu, 10 Feb 2022 11:08:39 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 178d26b..35e82f5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="bing_image_downloader", - version="1.1.1", + version="1.1.2", author="Guru Prasad Singh", author_email="g.gaurav541@gmail.com", description="Python library to download bulk images from Bing.com",