Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 4, 2021
1 parent 160826f commit 929f600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions micawber/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__version__ = '0.5.3'

from micawber.cache import Cache
from micawber.cache import PickleCache
from micawber.exceptions import ProviderException
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='micawber',
version='0.5.2',
version='0.5.3',
description='a small library for extracting rich content from urls',
long_description=readme,
author='Charles Leifer',
Expand Down

0 comments on commit 929f600

Please sign in to comment.