Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbauters committed Sep 17, 2019
1 parent f8a11b9 commit 8ddce05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,7 +3,7 @@
setup(
name='zimply',
packages=['zimply'],
version='1.1.0',
version='1.1.2',
description="ZIMply is an easy to use, offline reader for Wikipedia - as well as other ZIM files - which provides access "
"to them through any ordinary browser.",
long_description="ZIMply is an easy to use, offline reader for Wikipedia - as well as other ZIM files - which provides access "
Expand All @@ -16,7 +16,7 @@
author_email="kim.bauters@gmail.com",
license='MIT',
url="https://github.com/kimbauters/ZIMply",
download_url='https://github.com/kimbauters/ZIMply/tarball/1.1.0',
download_url='https://github.com/kimbauters/ZIMply/tarball/1.1.2',
keywords=['zim', 'wiki', 'wikipedia'],
install_requires=["gevent>=1.1.1", "falcon>=1.0.0", "mako>=1.0.3"],
classifiers=[
Expand Down

0 comments on commit 8ddce05

Please sign in to comment.