From d8857b18d675f3f1aad1ec07d6c2cb9d8ab6b77c Mon Sep 17 00:00:00 2001 From: dineshpinto Date: Sat, 30 Sep 2023 00:05:46 +0200 Subject: [PATCH] Bump to v0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 978a060..d3dc8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyspm" -version = "0.3.4" +version = "0.4.0" description = "Library to handle SPM and ToF-SIMS data" authors = ["Olivier Scholder "] maintainers = ["Dinesh Pinto "]