From 9ebe986c251986b65e64d3f088bb28f487bcc1d5 Mon Sep 17 00:00:00 2001 From: 0xSpuddy Date: Thu, 20 Jun 2024 12:49:01 -0400 Subject: [PATCH] release prep 0.1.23 --- Dockerfile | 2 +- setup.cfg | 2 +- src/telliot_feeds/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4250d984..a2912c74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.9 -RUN pip install telliot-feeds==0.1.10 +RUN pip install telliot-feeds==0.1.23 CMD echo "telliot image built" diff --git a/setup.cfg b/setup.cfg index f4ef13f6..a6d486f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -82,7 +82,7 @@ install_requires = rlp==2.0.1 simple-term-menu==1.5.2 six==1.16.0 - telliot-core==0.3.5 + telliot-core==0.3.6 toolz==0.12.0 typing_extensions==4.4.0 urllib3==1.26.12 diff --git a/src/telliot_feeds/__init__.py b/src/telliot_feeds/__init__.py index 6852ddf8..9eb734d9 100644 --- a/src/telliot_feeds/__init__.py +++ b/src/telliot_feeds/__init__.py @@ -1 +1 @@ -__version__ = "0.1.22" +__version__ = "0.1.23"