From a4a3a138755d474e8e9d509e4fa1725097eeb9a4 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Mon, 12 Dec 2022 18:23:01 +0530 Subject: [PATCH] 1.0.3 release Signed-off-by: Gagan Deep --- openwisp_monitoring/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwisp_monitoring/__init__.py b/openwisp_monitoring/__init__.py index 3ccb16c85..f9beedc80 100644 --- a/openwisp_monitoring/__init__.py +++ b/openwisp_monitoring/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 2, 'final') +VERSION = (1, 0, 3, 'final') __version__ = VERSION # alias