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