From 74cb5ee21afe533e7d20279b336026d937c021c1 Mon Sep 17 00:00:00 2001 From: version-updater Date: Thu, 27 Nov 2025 14:41:06 +0000 Subject: [PATCH] Update version to 1.0.6 --- CITATION.cff | 4 ++-- CodeEntropy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1fc52375..36fa3a45 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -76,5 +76,5 @@ keywords: - biomolecular simulations - protein flexibility license: MIT -version: 1.0.5 -date-released: '2025-11-18' +version: 1.0.6 +date-released: '2025-11-27' diff --git a/CodeEntropy/__init__.py b/CodeEntropy/__init__.py index 2ddac82a..11f4e2f9 100644 --- a/CodeEntropy/__init__.py +++ b/CodeEntropy/__init__.py @@ -8,4 +8,4 @@ and statistical mechanics. """ -__version__ = "1.0.5" +__version__ = "1.0.6"