From 7278569f1663862e54b7d82aff39e78329322d0d Mon Sep 17 00:00:00 2001 From: oraclown Date: Mon, 13 Feb 2023 14:45:50 -0600 Subject: [PATCH] Release 0.1.6 prep --- setup.cfg | 2 +- src/telliot_feeds/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 018e7dc7..1188696b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,7 +81,7 @@ install_requires = rlp==2.0.1 simple-term-menu==1.5.2 six==1.16.0 - telliot-core==0.1.9 + telliot-core==0.2.0 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 610e74c8..0a8da882 100644 --- a/src/telliot_feeds/__init__.py +++ b/src/telliot_feeds/__init__.py @@ -1 +1 @@ -__version__ = "0.1.6dev0" +__version__ = "0.1.6"