From 3d3bc0587b2cce870d6a7bde43a1d5d7a4e2417f Mon Sep 17 00:00:00 2001 From: Keurfon Luu Date: Wed, 23 Feb 2022 01:17:37 -0800 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 86fb7e99..eefd608d 100644 --- a/toughio/__about__.py +++ b/toughio/__about__.py @@ -1,4 +1,4 @@ -__version__ = "1.8.0" +__version__ = "1.8.1" __author__ = "Keurfon Luu" __author_email__ = "keurfonluu@lbl.gov" __website__ = "https://github.com/keurfonluu/toughio"