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