From feb15995e80fcefcd3f24f839582ac0a228b1cd3 Mon Sep 17 00:00:00 2001 From: Keurfon Luu Date: Sat, 26 Mar 2022 00:08:13 -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 014a3bf0..8d92d725 100644 --- a/toughio/__about__.py +++ b/toughio/__about__.py @@ -1,4 +1,4 @@ -__version__ = "1.8.5" +__version__ = "1.9.0" __author__ = "Keurfon Luu" __author_email__ = "keurfonluu@lbl.gov" __website__ = "https://github.com/keurfonluu/toughio"