From ea463243fc2c745748aa67138cdd25113f9448b1 Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Fri, 6 Oct 2017 11:57:25 +0200 Subject: [PATCH] Prepare for v0.1.3 Signed-off-by: Domenico Iezzi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b10e3f..f73a3ce 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='gpapi', - version='0.1.2', + version='0.1.3', description='Unofficial python api for google play', url='https://github.com/NoMore201/googleplay-api', author='NoMore201',