From c0abf9ef10dcab165ab0cfc4ccea6510018edf5f Mon Sep 17 00:00:00 2001 From: Felipe Delestro Matos <fima@pop-os.localdomain> Date: Thu, 1 Feb 2024 11:31:37 +0100 Subject: [PATCH] setup for Version 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d02c258..6a65141d 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.0", + version="0.3.1", author="Felipe Delestro", author_email="fima@dtu.dk", description="QIM tools and user interfaces", -- GitLab