diff --git a/gallery_dl/__init__.py b/gallery_dl/__init__.py index 9ae3ae99..662e2d9b 100644 --- a/gallery_dl/__init__.py +++ b/gallery_dl/__init__.py @@ -10,7 +10,7 @@ __author__ = "Mike Fährmann" __copyright__ = "Copyright 2014, 2015 Mike Fährmann" __license__ = "GPLv2" -__version__ = "0.4.0" +__version__ = "0.4.1" __maintainer__ = "Mike Fährmann" __email__ = "mike_faehrmann@web.de" diff --git a/setup.py b/setup.py index 3f0696ef..bc251770 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name="gallery_dl", - version="0.4.0", + version="0.4.1", description="gallery- and image downloader", long_description=read("README.rst"), url="https://github.com/mikf/gallery-dl", @@ -37,14 +37,15 @@ setup( "gallery_dl.extractor", "gallery_dl.downloader", ], + keywords = "gallery crawler pixiv danbooru gelbooru exhentai", classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5",