diff --git a/VERSION b/VERSION index 3d22ace4f..d3d5bc4fe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.40 +2.0.41 diff --git a/alerta/__init__.py b/alerta/__init__.py index 3736370be..3f674abfc 100644 --- a/alerta/__init__.py +++ b/alerta/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 0, 40, 'final', 1) +VERSION = (2, 0, 41, 'final', 1) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1])