From fa13b3b9d3a2e1ff5e68236ef969f00e25a0750a Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Sun, 5 Nov 2017 19:23:13 +0100 Subject: [PATCH] Prepare for v0.5.2 --- playmaker/index.html | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playmaker/index.html b/playmaker/index.html index b49eb86..e8782d5 100644 --- a/playmaker/index.html +++ b/playmaker/index.html @@ -27,7 +27,7 @@
  • Search
  • diff --git a/setup.py b/setup.py index 5f646ee..a2dacd9 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='playmaker', - version='0.5', + version='0.5.2', description='Apk manager with web interface based on googleplay-api', url='https://github.com/NoMore201/playmaker', author='NoMore201',