diff --git a/setup.cfg b/setup.cfg index 7a954936..a2a3c04d 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.2.9 + telliot-core==0.3.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 3cb7d95e..fb69db9c 100644 --- a/src/telliot_feeds/__init__.py +++ b/src/telliot_feeds/__init__.py @@ -1 +1 @@ -__version__ = "0.1.13" +__version__ = "0.1.14"