From df96a54d827679d0a4689ede2aaf8a33a69aff25 Mon Sep 17 00:00:00 2001 From: Thaddeus Date: Thu, 5 Dec 2024 09:41:29 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- tardis_client/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3df81fd..48a27dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/tardis_client/__init__.py b/tardis_client/__init__.py index f9f999b..ec3fce6 100644 --- a/tardis_client/__init__.py +++ b/tardis_client/__init__.py @@ -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