Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Sep 23, 2016
1 parent e128625 commit 8133170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Usage

.. code:: bash
$ gallery-dl URL [URL...]
$ gallery-dl [URL]...
Supported Sites
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "Copyright 2014-2016 Mike Fährmann"

__license__ = "GPLv2"
__version__ = "0.5.1"
__version__ = "0.5.2"
__maintainer__ = "Mike Fährmann"
__email__ = "[email protected]"

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

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

0 comments on commit 8133170

Please sign in to comment.