From cdf752a5d5130ad3be81350a1de0422b87798c6d Mon Sep 17 00:00:00 2001 From: "Fernandez Vilanova, Lucas" Date: Wed, 10 Apr 2024 09:41:09 +0000 Subject: [PATCH] prepare release 0.1.0 --- aiida_flexpart/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aiida_flexpart/__init__.py b/aiida_flexpart/__init__.py index 064e1e4..66abe78 100644 --- a/aiida_flexpart/__init__.py +++ b/aiida_flexpart/__init__.py @@ -5,4 +5,4 @@ AiiDA plugin for the FLEXPART code (simulation of atmospheric transport processes). """ -__version__ = '0.1.0a0' +__version__ = '0.1.0' diff --git a/pyproject.toml b/pyproject.toml index 66572b4..8bf6be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "aiida_flexpart" [project] name = "aiida-flexpart" -version = "0.1.0a0" +version = "0.1.0" readme = "README.md" license = {file = 'LICENSE'} description = "AiiDA plugin for the FLEXPART code (simulation of atmospheric transport processes)."