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'