From 9bd82e1fe2cd46d73c5b9ef3bdd46b2192a00f18 Mon Sep 17 00:00:00 2001 From: Hurin Hu Date: Thu, 11 Feb 2021 11:30:06 +1300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8700893..7b64339 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="GoogleNews", - version="1.5.4", + version="1.5.5", author="Hurin Hu", author_email="hurin@live.ca", description="Google News search for Python",