From a5109abac9f8104b87a1f14b83c4d78364bed1d1 Mon Sep 17 00:00:00 2001 From: Keurfon Luu Date: Sat, 11 Jun 2022 18:56:45 -0700 Subject: [PATCH] version bump --- toughio/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toughio/__about__.py b/toughio/__about__.py index 1a4f39d7..56d7b81e 100644 --- a/toughio/__about__.py +++ b/toughio/__about__.py @@ -1,4 +1,4 @@ -__version__ = "1.10.0" +__version__ = "1.10.1" __author__ = "Keurfon Luu" __author_email__ = "keurfonluu@lbl.gov" __website__ = "https://github.com/keurfonluu/toughio"