diff --git a/humbug/__init__.py b/humbug/__init__.py index 479ac88..027527c 100644 --- a/humbug/__init__.py +++ b/humbug/__init__.py @@ -33,7 +33,7 @@ import optparse from ConfigParser import SafeConfigParser -__version__ = "0.1.0" +__version__ = "0.1.1" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.