From ec8903ef4c09ffe435d7d7a4fc93e97ffb3d7a4a Mon Sep 17 00:00:00 2001 From: version-updater Date: Mon, 15 Jun 2026 08:53:41 +0000 Subject: [PATCH] Update version to 0.0.3 --- CITATION.cff | 4 ++-- biosim_schema/__init__.py | 2 +- biosim_schema/schema/biosim_schema.yaml | 2 +- docs/source/conf.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3c51f14..c0f2bcf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - biosim-schema - metadata license: MIT -version: 0.0.2 -date-released: '2026-06-10' +version: 0.0.3 +date-released: '2026-06-15' diff --git a/biosim_schema/__init__.py b/biosim_schema/__init__.py index 3bf763e..14fcccc 100644 --- a/biosim_schema/__init__.py +++ b/biosim_schema/__init__.py @@ -5,4 +5,4 @@ """ __all__ = [] # Populate with public exports when needed -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/biosim_schema/schema/biosim_schema.yaml b/biosim_schema/schema/biosim_schema.yaml index b0f1410..1ea62f2 100644 --- a/biosim_schema/schema/biosim_schema.yaml +++ b/biosim_schema/schema/biosim_schema.yaml @@ -2,7 +2,7 @@ id: https://CCPBioSim.ac.uk/biosim-schema/ name: biosim-schema title: biosim-schema -version: 0.0.2 +version: 0.0.3 description: |- Schema for Biomolecular Simulation Data license: MIT diff --git a/docs/source/conf.py b/docs/source/conf.py index dd36620..f822bd3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ project = 'biosim-schema' copyright = '2026, CCPBioSim' -release = '0.0.2' +release = '0.0.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration