From 5013dbe5ab73c45ebdeabaae55d3c327e94235c0 Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Mon, 11 Dec 2017 19:30:30 +0100 Subject: [PATCH] Update setup.py to version 0.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba1419a..79b5b40 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='gpapi', - version='0.3.1', + version='0.3.2', description='Unofficial python api for google play', url='https://github.com/NoMore201/googleplay-api', author='NoMore201',