From 334ec94f7bff2041b6a4ddabd41c6d6dfff080c6 Mon Sep 17 00:00:00 2001 From: sgbaird Date: Sat, 23 Oct 2021 17:17:15 -0600 Subject: [PATCH] v1.2.1 --- mat_discover/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat_discover/__init__.py b/mat_discover/__init__.py index 74bebd7..b8c3f49 100644 --- a/mat_discover/__init__.py +++ b/mat_discover/__init__.py @@ -1,2 +1,2 @@ """Data-driven materials discovery based on composition.""" -__version__ = "1.2.0" +__version__ = "1.2.1"