diff --git a/CITATION.cff b/CITATION.cff index 5e76c1b..6f533c3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - biosim-schema - metadata license: MIT -version: 1.0.0 -date-released: '2026-09-16' +version: 1.0.1 +date-released: '2026-09-24' diff --git a/biosim_schema/__init__.py b/biosim_schema/__init__.py index b3e6ecb..0567d6d 100644 --- a/biosim_schema/__init__.py +++ b/biosim_schema/__init__.py @@ -5,4 +5,4 @@ """ __all__ = [] # Populate with public exports when needed -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/biosim_schema/schema/biosim_schema.yaml b/biosim_schema/schema/biosim_schema.yaml index 511a55d..b1fd2d6 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: 1.0.0 +version: 1.0.1 description: |- Schema for Biomolecular Simulation Data license: MIT diff --git a/docs/source/conf.py b/docs/source/conf.py index b6e4699..f3377d1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ project = 'biosim-schema' copyright = '2026, CCPBioSim' -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/project/linkml/jsonschema/biosim_schema.schema.json b/project/linkml/jsonschema/biosim_schema.schema.json index 25685ff..09e8c85 100644 --- a/project/linkml/jsonschema/biosim_schema.schema.json +++ b/project/linkml/jsonschema/biosim_schema.schema.json @@ -3010,5 +3010,5 @@ }, "title": "biosim-schema", "type": "object", - "version": "1.0.0" + "version": "1.0.1" }