diff --git a/pyproject.toml b/pyproject.toml index b87a1f39..9995fc5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "beat" -version = "2.0.4" +version = "2.0.5" requires-python = ">=3.9" license = {text = "GPLv3"} description = "'Bayesian Earthquake Analysis Tool'" diff --git a/setup.py b/setup.py index eaf2bc80..ff9d47b0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ op = os.path packname = "beat" -version = "2.0.4" +version = "2.0.5" try: