diff --git a/humbug/__init__.py b/humbug/__init__.py index c650d54..2f0bfdc 100644 --- a/humbug/__init__.py +++ b/humbug/__init__.py @@ -33,7 +33,7 @@ from distutils.version import LooseVersion from ConfigParser import SafeConfigParser -__version__ = "0.1.4" +__version__ = "0.1.5" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.