Skip to content

Commit

Permalink
Bump version for new release with cache fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed Aug 2, 2017
1 parent a9d916f commit 4c501bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marvelous/comic.py
Expand Up @@ -34,7 +34,7 @@ class ComicSchema(Schema):
dates = fields.Nested(dates.DatesSchema)
# prices
# thumbnail
images = fields.List(fields.Urls)
images = fields.List(fields.String)
# creators
# characters
# stories
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.3'
version = '1.0.4'

setup(
author_email='robert@rkuykendall.com',
Expand Down

0 comments on commit 4c501bb

Please sign in to comment.