From ea26f99e16a7464cc60f4fa621a60af60cd8795d Mon Sep 17 00:00:00 2001 From: Raphael Hagen Date: Wed, 31 Jan 2024 11:26:56 -0700 Subject: [PATCH] Update pyproject.toml Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com> --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37351e7c..96aa5ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta" [project] name = "cmip6-downscaling" -version = '0.1.11' description = "Climate downscaling using cmip6 data" readme = "README.md" license = { text = "MIT" }