Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Dec 5, 2024
1 parent 6d3be24 commit df96a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line-length = 125

[tool.poetry]
name = "tardis-client"
version = "1.3.9"
version = "1.3.10"
description = "Python client for tardis.dev - historical tick-level cryptocurrency market data replay API."
readme = "README.md"
homepage = "https://github.com/tardis-dev/python-client"
Expand Down
2 changes: 1 addition & 1 deletion tardis_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.9"
__version__ = "1.3.10"
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 comments on commit df96a54

Please sign in to comment.