diff --git a/setup.cfg b/setup.cfg index dde88b3a..b73bc784 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.4 + telliot-core==0.3.5 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 f4bd7163..6852ddf8 100644 --- a/src/telliot_feeds/__init__.py +++ b/src/telliot_feeds/__init__.py @@ -1 +1 @@ -__version__ = "0.1.21" +__version__ = "0.1.22"