diff --git a/CITATION.cff b/CITATION.cff index 3f566fc..e4f657e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -76,5 +76,5 @@ keywords: - biomolecular simulations - protein flexibility license: MIT -version: 2.2.3 -date-released: '2026-05-14' +version: 2.2.4 +date-released: '2026-05-15' diff --git a/CodeEntropy/__init__.py b/CodeEntropy/__init__.py index 96c26ef..b2301f7 100644 --- a/CodeEntropy/__init__.py +++ b/CodeEntropy/__init__.py @@ -8,4 +8,4 @@ and statistical mechanics. """ -__version__ = "2.2.3" +__version__ = "2.2.4"