From 8e2a7a240d9adf6383ae67f87e316221d32ef033 Mon Sep 17 00:00:00 2001 From: Yonatan Goldschmidt Date: Mon, 17 Jan 2022 19:54:17 +0200 Subject: [PATCH] gProfiler 1.2.13 (#271) --- gprofiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index e25d1b3dc..4cbdf2c6d 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.2.12" +__version__ = "1.2.13"