From cd0f6b4a2b757bfc7609e5f09caedf7f53de2dd3 Mon Sep 17 00:00:00 2001 From: Tally Wiesenberg <52666297+tallywiesenberg@users.noreply.github.com> Date: Tue, 14 Mar 2023 09:56:20 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c288bc5..8d449378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tellor-disputables" -version = "1.2.0" +version = "1.2.1" description = "dashboard & text alerts for disputable values reported to Tellor oracles" authors = ["tallywiesenberg "] license = "MIT"