From cba7dc64f5e16d7479a7def9848edec002c271a1 Mon Sep 17 00:00:00 2001 From: Yonatan Goldschmidt Date: Thu, 22 Dec 2022 12:39:42 +0200 Subject: [PATCH] gProfiler 1.16.0 (#643) --- gprofiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index 2cfa95cb9..260edee36 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.15.0" +__version__ = "1.16.0"