From fb165ce49455455c73de57ac0aa3bb911cf6a528 Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Mon, 16 Sep 2024 17:36:27 +0530 Subject: [PATCH] chore(version): Bump version to 2.5.3 Signed-off-by: Varsha GS --- src/instana/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instana/version.py b/src/instana/version.py index 36a74f5b2..450ca9b13 100644 --- a/src/instana/version.py +++ b/src/instana/version.py @@ -3,4 +3,4 @@ # Module version file. Used by setup.py and snapshot reporting. -VERSION = "2.5.2" +VERSION = "2.5.3"