Skip to content

Commit

Permalink
Bump up version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
einverne committed Jun 9, 2019
1 parent 490096d commit 54eb182
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A simple python script to download douban albums and celebrity


Introduction
-----
------------

目前支持的下载类型

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ chardet==3.0.4
idna==2.5
requests==2.18.2
urllib3==1.22
setuptools==41.0.1
wheel==0.33.4
twine==1.13.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ def long_desc():

setup(
name="douban-dl",
version="0.0.4",
version="0.0.5",
description="douban downloader, include album, celebrity",
long_description=long_desc(),
long_description_content_type='text/markdown',
url="https://github.com/einverne/douban-dl",
author="einverne",
author_email="[email protected]",
Expand Down

0 comments on commit 54eb182

Please sign in to comment.