From b3dea2bd48585d0e85062aa872a9b691476046fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Nie=C3=9Fer?= <104903134+Y0dler@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:39:25 +0100 Subject: [PATCH] Bump version number to 0.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08f5556..02c44a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "peak_performance" -version = "0.7.1" +version = "0.7.2" authors = [ {name = "Jochen Nießer", email = "j.niesser@fz-juelich.de"}, {name = "Michael Osthege", email = "m.osthege@fz-juelich.de"},