Skip to content

Commit

Permalink
0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Sep 19, 2018
1 parent 090dcc2 commit c31fb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

setup(
name='micawber',
version='0.3.6',
version='0.3.7',
description='a small library for extracting rich content from urls',
long_description=readme,
author='Charles Leifer',
author_email='coleifer@gmail.com',
url='http://github.com/coleifer/micawber/',
packages=find_packages(),
packages=['micawber'],
package_data = {
'micawber': [
'contrib/mcdjango/templates/micawber/*.html',
Expand Down

0 comments on commit c31fb05

Please sign in to comment.