From 7e4c741a18570db45720e9d24029c095da6e83ec Mon Sep 17 00:00:00 2001 From: Emilio Enriquez Date: Sun, 26 Jan 2025 17:01:02 -0600 Subject: [PATCH] [pyproject] Bumping version to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9533c8..42be47a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "anhalyze" description = "`ANHALIZE` is an analysis tool for the ANHA configuration of the NEMO model." readme = "README.md" -version = "0.0.1" +version = "0.5.0" dependencies = [] requires-python = ">=3.10"