mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 20:22:36 +01:00
bump version
This commit is contained in:
parent
d1673d912a
commit
d96f4f8299
@ -10,7 +10,7 @@ __author__ = "Mike Fährmann"
|
|||||||
__copyright__ = "Copyright 2014, 2015 Mike Fährmann"
|
__copyright__ = "Copyright 2014, 2015 Mike Fährmann"
|
||||||
|
|
||||||
__license__ = "GPLv2"
|
__license__ = "GPLv2"
|
||||||
__version__ = "0.3.3"
|
__version__ = "0.4.0"
|
||||||
__maintainer__ = "Mike Fährmann"
|
__maintainer__ = "Mike Fährmann"
|
||||||
__email__ = "mike_faehrmann@web.de"
|
__email__ = "mike_faehrmann@web.de"
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ def read(fname):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gallery_dl",
|
name="gallery_dl",
|
||||||
version="0.3.3",
|
version="0.4.0",
|
||||||
description="gallery- and image downloader",
|
description="gallery- and image downloader",
|
||||||
long_description=read("README.rst"),
|
long_description=read("README.rst"),
|
||||||
url="https://github.com/mikf/gallery-dl",
|
url="https://github.com/mikf/gallery-dl",
|
||||||
|
Loading…
Reference in New Issue
Block a user