From e96d07db5959eb462812ae531b20def928aeceae Mon Sep 17 00:00:00 2001 From: Rehmat Alam Date: Fri, 19 Feb 2021 17:40:21 +0500 Subject: [PATCH] Bump to version 1.3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b43f7f..40e441b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='gplaydl', - version='1.3.4', + version='1.3.5', description='Google Play APK downloader command line utility that utilizes gpapi to download APK files of free apps and games.', author="Rehmat Alam", author_email="contact@rehmat.works",