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)."