From 95bafc01034e95f72b32fa5d3b118207dd21c467 Mon Sep 17 00:00:00 2001 From: Yonatan Goldschmidt Date: Sun, 16 Apr 2023 13:16:51 +0300 Subject: [PATCH] gProfiler 1.25.0 (#774) --- gprofiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index c33bb5173..1688836dd 100644 --- a/gprofiler/__init__.py +++ b/gprofiler/__init__.py @@ -2,4 +2,4 @@ # Copyright (c) Granulate. All rights reserved. # Licensed under the AGPL3 License. See LICENSE.md in the project root for license information. # -__version__ = "1.24.0" +__version__ = "1.25.0"