From a39974e5d06b6b03d67c1251988c8f8e8244d4af Mon Sep 17 00:00:00 2001 From: Keurfon Luu Date: Fri, 6 May 2022 11:39:08 -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 8b3fe72b..b3f68ba2 100644 --- a/toughio/__about__.py +++ b/toughio/__about__.py @@ -1,4 +1,4 @@ -__version__ = "1.9.1" +__version__ = "1.9.2" __author__ = "Keurfon Luu" __author_email__ = "keurfonluu@lbl.gov" __website__ = "https://github.com/keurfonluu/toughio"