From 5f7c2cab39a5b6f696582c78dc2c6975f12df42c Mon Sep 17 00:00:00 2001 From: Joseph Rudzinski Date: Fri, 13 Sep 2024 14:01:17 +0200 Subject: [PATCH] updated version (#130) Co-authored-by: jrudz --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88c685a..7758233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nomad-parser-plugins-atomistic" -version = "1.0" +version = "1.0.1" description = "Collection of NOMAD parsers for atomistic codes." readme = "README.md" authors = [{ name = "The NOMAD Authors" }]