From a2b70b6175d02bfce964efe1c42a1e00278eec88 Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Mon, 20 Jan 2025 21:05:48 +0530 Subject: [PATCH] chore(version): Bump version to 3.2.1 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 a534f338..9efb703f 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 = "3.2.0" +VERSION = "3.2.1"