From 5e8e1e09bd339d7c13874242b6abbae0eb24f6b9 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Wed, 29 May 2013 10:48:20 -0400 Subject: [PATCH] api: bump version to 0.1.7. (imported from commit 71d1af3806dea82a55ff7f620a92ffb7f1b63a56) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humbug/__init__.py b/humbug/__init__.py index 47e8054..2e32925 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.6" +__version__ = "0.1.7" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.