Skip to content

Commit

Permalink
update setup.py and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Dec 3, 2015
1 parent cb53b29 commit 30e4784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gallery_dl/__init__.py
Expand Up @@ -10,7 +10,7 @@
__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"

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -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",
Expand All @@ -37,14 +37,15 @@ def read(fname):
"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",
Expand Down

0 comments on commit 30e4784

Please sign in to comment.