From 8e725d5da5c1849887ff1282a21d0eed35229b7d Mon Sep 17 00:00:00 2001 From: Matlink Date: Wed, 31 Jan 2018 16:29:36 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6079a0..e7259b4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='gpapi', - version='0.4', + version='0.4.1', description='Unofficial python api for google play', url='https://github.com/NoMore201/googleplay-api', author='NoMore201',