From a53674ad46886e0b45ee573e9f65148b59af7b6c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 19 Feb 2013 08:51:43 -0500 Subject: [PATCH] [manual]: API: bump version to 0.1.3. We need to run build-api-tarball and release it on prod when pushing this commit to prod. (imported from commit 09e86500d2d208b1972c87444b4c2d56faafc8e6) --- humbug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humbug/__init__.py b/humbug/__init__.py index 18b1522..f02cbe7 100644 --- a/humbug/__init__.py +++ b/humbug/__init__.py @@ -33,7 +33,7 @@ import optparse from ConfigParser import SafeConfigParser -__version__ = "0.1.2" +__version__ = "0.1.3" # Check that we have a recent enough version # Older versions don't provide the 'json' attribute on responses.