Skip to content

Commit

Permalink
Merge pull request #785 from tellor-io/Release-0.1.23
Browse files Browse the repository at this point in the history
release prep 0.1.23
  • Loading branch information
0xSpuddy authored Jun 20, 2024
2 parents 9315449 + 9ebe986 commit ecfb843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.9

RUN pip install telliot-feeds==0.1.10
RUN pip install telliot-feeds==0.1.23

CMD echo "telliot image built"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ install_requires =
rlp==2.0.1
simple-term-menu==1.5.2
six==1.16.0
telliot-core==0.3.5
telliot-core==0.3.6
toolz==0.12.0
typing_extensions==4.4.0
urllib3==1.26.12
Expand Down
2 changes: 1 addition & 1 deletion src/telliot_feeds/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.22"
__version__ = "0.1.23"

0 comments on commit ecfb843

Please sign in to comment.