From 101a98cfc49fe04ba3eb351028562d2db3f35af5 Mon Sep 17 00:00:00 2001 From: oraclown Date: Thu, 10 Feb 2022 08:55:19 -0800 Subject: [PATCH] Update version --- src/telliot_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telliot_core/__init__.py b/src/telliot_core/__init__.py index fb435c92..63bf8e2a 100644 --- a/src/telliot_core/__init__.py +++ b/src/telliot_core/__init__.py @@ -1,2 +1,2 @@ """ Telliot """ -__version__ = "0.1.2" +__version__ = "0.1.3"