diff --git a/CITATION.cff b/CITATION.cff index 6eec29d..e2ed203 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,5 +23,5 @@ keywords: - metadata - data validation license: MIT -version: 1.0.0 +version: 1.0.1 date-released: '2026-09-25' diff --git a/biosim_extractor/__init__.py b/biosim_extractor/__init__.py index 97fd8ca..2422186 100644 --- a/biosim_extractor/__init__.py +++ b/biosim_extractor/__init__.py @@ -5,4 +5,4 @@ """ __all__ = [] # Populate with public exports when needed -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 57c0a0e..b645b18 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "biosim-extractor" %} -{% set version = "1.0.0" %} +{% set version = "1.0.1" %} package: name: {{ name }} diff --git a/docs/source/conf.py b/docs/source/conf.py index 5abf740..a6e89a7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ project = 'biosim-extractor' 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