From 1d84695751538d91b6a6f29f7483f3aff0ea88e5 Mon Sep 17 00:00:00 2001 From: Marten Chaillet <58044494+McHaillet@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:59:20 +0200 Subject: [PATCH] fix: update the version for this bug fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53d7d9a2..a5dc9a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytom-match-pick" -version = "0.7.0" +version = "0.7.1" description = "PyTOM's GPU template matching module as an independent package" readme = "README.md" license = {file = "LICENSE"}