From e7f46e0823289a7b0b0dbf17c52a553edcaca89b Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Tue, 12 Feb 2013 14:18:08 -0500 Subject: [PATCH] Bump API version number for addition of integrations/ directory (imported from commit c5990ef963b5e7b7919fdef9f461a75e82015113) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.