From 7a31b90f596598aadcc51a45b2cdcb9d0f25a019 Mon Sep 17 00:00:00 2001 From: Mike Tetley Date: Tue, 26 May 2026 11:35:13 +1000 Subject: [PATCH 1/2] Update version and development status in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a7c3a2..0d72a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ccdtools" -version = "0.0.1.dev_120326" +version = "0.1" description = "Cryosphere Community Datapool Tools (ccdtools), managed by ACCESS-NRI" readme = "README.md" requires-python = ">=3.9" @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", From 9dafe5b34d07d018b696ff67ec3dd83a2c654b14 Mon Sep 17 00:00:00 2001 From: Mike Tetley Date: Tue, 26 May 2026 11:36:19 +1000 Subject: [PATCH 2/2] Update release version to v0.1 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 041b0f8..15d9069 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ project = 'ccdtools' author = 'ACCESS-NRI' copyright = f"{datetime.now().year}, {author}" -release = 'v0.0.1dev5' +release = 'v0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration