From 51b0686015bae8dabde6936adca40530fc17b8dc Mon Sep 17 00:00:00 2001 From: oraclown Date: Thu, 29 Dec 2022 15:17:59 -0600 Subject: [PATCH 1/2] Update core dep --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cffff55b..3df9a382 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.7 + telliot-core==0.1.8 toolz==0.12.0 typing_extensions==4.4.0 urllib3==1.26.12 From 7946b0fd3c24e09b96b9b8f0c1cca04f462c67a2 Mon Sep 17 00:00:00 2001 From: oraclown Date: Thu, 29 Dec 2022 15:18:09 -0600 Subject: [PATCH 2/2] Change to release version --- src/telliot_feeds/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telliot_feeds/__init__.py b/src/telliot_feeds/__init__.py index ee892419..bbab0242 100644 --- a/src/telliot_feeds/__init__.py +++ b/src/telliot_feeds/__init__.py @@ -1 +1 @@ -__version__ = "0.1.4dev0" +__version__ = "0.1.4"