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 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"