From 3b0ff57c3814f332f2536d423ebc14226eee4507 Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Fri, 3 Nov 2017 11:58:36 +0100 Subject: [PATCH] Prepare for v0.2.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58b0340..2acbc71 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='gpapi', - version='0.2.6', + version='0.2.7', description='Unofficial python api for google play', url='https://github.com/NoMore201/googleplay-api', author='NoMore201',