From 349ce15c66ed39ed0835ed9596db5e775a3519aa Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 9 Apr 2013 12:54:04 -0700 Subject: [PATCH] Bump API version (imported from commit 2366dbabbb0395676bfe7ad908ce362c3aca84c2) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humbug/__init__.py b/humbug/__init__.py index 27c86c1..aaee8f4 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.5" +__version__ = "0.1.6" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.