From fc674a01e3f0614ea1aab2171ea6a9db67434f40 Mon Sep 17 00:00:00 2001 From: mrbuche Date: Thu, 13 Oct 2022 13:52:03 -0600 Subject: [PATCH] simpler --- statmechcrack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statmechcrack/__init__.py b/statmechcrack/__init__.py index 923946e..cc8d2ff 100644 --- a/statmechcrack/__init__.py +++ b/statmechcrack/__init__.py @@ -9,4 +9,4 @@ from .monte_carlo import CrackMonteCarlo -__version__ = "0.2.1" +__version__ = "0.2.2"