diff --git a/CITATION.cff b/CITATION.cff index 947d012..e8f8e72 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.5.0 +version: v2.5.5 authors: - family-names: Dawson given-names: Matthew diff --git a/src/acom_music_box/__init__.py b/src/acom_music_box/__init__.py index f3eed4e..898a338 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.5.4" +__version__ = "2.5.5" from .utils import convert_time, convert_pressure, convert_temperature, convert_concentration from .model_options import BoxModelOptions