We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de86238 commit 42ac3c1Copy full SHA for 42ac3c1
2 files changed
pyproject.toml
@@ -3,7 +3,7 @@ line-length = 125
3
4
[tool.poetry]
5
name = "tardis-client"
6
-version = "1.3.10"
+version = "1.4.0"
7
description = "Python client for tardis.dev - historical tick-level cryptocurrency market data replay API."
8
readme = "README.md"
9
homepage = "https://github.com/tardis-dev/python-client"
tardis_client/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.3.10"
+__version__ = "1.4.0"
2
from tardis_client.tardis_client import TardisClient
from tardis_client.channel import Channel
from tardis_client.reconstructors.market_reconstructor import MESSAGE_TYPE, BOOK_UPDATE_TYPE
0 commit comments