Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion biosim_schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

__all__ = [] # Populate with public exports when needed
__version__ = "0.0.2"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion biosim_schema/schema/biosim_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down