From f7163f5615f0cede73a68232f8794771a3620433 Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Tue, 14 Nov 2017 11:55:15 +0100 Subject: [PATCH] Prepare for v0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aef2ccc..ba1419a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='gpapi', - version='0.3', + version='0.3.1', description='Unofficial python api for google play', url='https://github.com/NoMore201/googleplay-api', author='NoMore201',