From 454db356b052e18a0f2624686961c5086a799e18 Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Sat, 27 Jan 2018 18:59:17 +0100 Subject: [PATCH] Prepare for v0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2994dce..c6079a0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='gpapi', - version='0.3.2', + version='0.4', description='Unofficial python api for google play', url='https://github.com/NoMore201/googleplay-api', author='NoMore201',