Update setup.py to version 0.3.2

This commit is contained in:
Domenico Iezzi 2017-12-11 19:30:30 +01:00
parent f7d2077d78
commit 5013dbe5ab
No known key found for this signature in database
GPG Key ID: 7AC94D5DDA2FB7EE

View File

@ -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',