From bc5bff6ce2d75ed93e929ce84b4ce2c8bba2336d Mon Sep 17 00:00:00 2001 From: Jared Proffitt Date: Fri, 6 Jan 2017 14:07:47 -0600 Subject: [PATCH] Bumping version to 0.1.4 --- herald/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herald/__init__.py b/herald/__init__.py index 75a0c58..6c79e51 100644 --- a/herald/__init__.py +++ b/herald/__init__.py @@ -1,7 +1,7 @@ """ Notification classes. Used for sending texts and emails """ -__version__ = '0.1.3' +__version__ = '0.1.4' default_app_config = 'herald.apps.HeraldConfig'