bump version number

This commit is contained in:
Mike Fährmann
2016-07-25 15:20:14 +02:00
parent 00fe48def3
commit 6366ddf154
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ __author__ = "Mike Fährmann"
__copyright__ = "Copyright 2014-2016 Mike Fährmann"
__license__ = "GPLv2"
__version__ = "0.4.1"
__version__ = "0.5.0"
__maintainer__ = "Mike Fährmann"
__email__ = "mike_faehrmann@web.de"

View File

@@ -13,7 +13,7 @@ def read(fname):
setup(
name="gallery_dl",
version="0.4.1",
version="0.5.0",
description="gallery- and image downloader",
long_description=read("README.rst"),
url="https://github.com/mikf/gallery-dl",