Skip to content

Commit

Permalink
Update to 3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
matlink committed Sep 5, 2019
1 parent 398d9ff commit 87b886c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
sys.exit(1)

setup(name='GPlayCli',
version='3.25',
version='3.26',
description='GPlayCli, a Google play downloader command line interface',
author="Matlink",
author_email="[email protected]",
Expand All @@ -31,7 +31,7 @@
[os.path.expanduser('~')+'/.config/gplaycli', ['gplaycli.conf','cron/cronjob']],
],
install_requires=[
'gpapi == 0.4.3',
'gpapi',
'pyaxmlparser',
],
)

0 comments on commit 87b886c

Please sign in to comment.