From c42243468d488fefbc6dc24599e1000d9b03864c Mon Sep 17 00:00:00 2001 From: Felipe Delestro <fima@dtu.dk> Date: Mon, 27 May 2024 15:33:06 +0200 Subject: [PATCH] 0.3.5 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cd31a6e..40caf8e9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f: setup( name="qim3d", - version="0.3.4", + version="0.3.5", author="Felipe Delestro", author_email="fima@dtu.dk", description="QIM tools and user interfaces", -- GitLab