From ff18ff215c6732508395cfaaadd53e7104698874 Mon Sep 17 00:00:00 2001 From: Yonatan Goldschmidt Date: Wed, 12 Oct 2022 10:48:07 +0300 Subject: [PATCH] gProfiler 1.8.0 (#522) --- gprofiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index e49a3ebd5..662d4efc5 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.7.0" +__version__ = "1.8.0"