Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
bump to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanb committed Nov 9, 2015
1 parent fd9616b commit 2702182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fundoshi/tests/__init__.py
Expand Up @@ -23,6 +23,8 @@ def _test_series(case, site, url, expected):
def _test_chapter(case, site, url, expected):
resp = site.get_chapter_seed_page(url)
if resp.status_code != 200:
print('>> Error message from server:')
print(resp.content)
raise Exception('Failed to download chapter html')
html = resp.text
chapter = site.chapter_info(html)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@ def read(*paths):

setup(
name='fundoshi',
version='0.0.2',
version='0.0.3',
description='Get manga series & chapter data from various reader sites.',
long_description=read('README.rst'),
url='http://github.com/nhanb/fundoshi',
Expand Down

0 comments on commit 2702182

Please sign in to comment.