diff --git a/CITATION.cff b/CITATION.cff index b66e4b24..947d0122 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,7 +1,7 @@ cff-version: 1.2.0 message: If you use this software, please cite it as below. title: MusicBox -version: v2.1.0 +version: v2.5.0 authors: - family-names: Dawson given-names: Matthew diff --git a/pyproject.toml b/pyproject.toml index 43cb512b..69b6833b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = ["License :: OSI Approved :: Apache Software License"] dynamic = ["version", "description"] dependencies = [ - "musica==0.7.3", + "musica==0.8.0", "xarray", "colorlog", "pandas", diff --git a/src/acom_music_box/__init__.py b/src/acom_music_box/__init__.py index 1398633e..58899a78 100644 --- a/src/acom_music_box/__init__.py +++ b/src/acom_music_box/__init__.py @@ -4,7 +4,7 @@ This package contains modules for handling various aspects of a music box, including species, products, reactants, reactions, and more. """ -__version__ = "2.4.0" +__version__ = "2.5.0" from .utils import convert_time, convert_pressure, convert_temperature, convert_concentration from .species import Species