diff --git a/setup.py b/setup.py index 815b20f..81fabce 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='django-hoptoad', - version='0.1', + version='0.1.1', description='django-hoptoad is some simple Middleware for letting Django-driven websites report their errors to Hoptoad.', long_description=open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README')).read(), author='Steve Losh',