From a588a4c6b26737880cd93aaaff4abdd30520f735 Mon Sep 17 00:00:00 2001 From: Cameron Wilson <132066752+cemaccam@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:23:14 +0000 Subject: [PATCH] Update version number in pyproject.toml Ready for merging into main. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adfad6c..df2d3da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cfizer" -version = "1.0.2" +version = "1.0.3" requires-python = ">=3.9" dependencies = [ "netcdf4>=1.5.7",