Skip to content

Commit 42ac3c1

Browse files
committed
v.1.4.0
1 parent de86238 commit 42ac3c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 125
33

44
[tool.poetry]
55
name = "tardis-client"
6-
version = "1.3.10"
6+
version = "1.4.0"
77
description = "Python client for tardis.dev - historical tick-level cryptocurrency market data replay API."
88
readme = "README.md"
99
homepage = "https://github.com/tardis-dev/python-client"

tardis_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.3.10"
1+
__version__ = "1.4.0"
22
from tardis_client.tardis_client import TardisClient
33
from tardis_client.channel import Channel
44
from tardis_client.reconstructors.market_reconstructor import MESSAGE_TYPE, BOOK_UPDATE_TYPE

0 commit comments

Comments
 (0)