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 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",