Skip to content

Commit

Permalink
update README and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Aug 22, 2016
1 parent fa14ef1 commit 57a616a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -3,7 +3,8 @@ gallery-dl
==========

*gallery-dl* is a small command-line tool to download images and entire image
galleries from several image hosting platforms.
galleries from several image hosting platforms. It requires Python 3.3+ to run
and works on Unix-like systems as well as Windows.


Installation
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/__init__.py
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "Copyright 2014-2016 Mike Fährmann"

__license__ = "GPLv2"
__version__ = "0.5.0"
__version__ = "0.5.1"
__maintainer__ = "Mike Fährmann"
__email__ = "mike_faehrmann@web.de"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name="gallery_dl",
version="0.5.0",
version="0.5.1",
description="gallery- and image downloader",
long_description=read("README.rst"),
url="https://github.com/mikf/gallery-dl",
Expand Down

0 comments on commit 57a616a

Please sign in to comment.