From caec54d922259e6735c41b66325e8b78a2da56a7 Mon Sep 17 00:00:00 2001 From: nkaz001 Date: Thu, 6 Feb 2025 10:41:28 -0500 Subject: [PATCH] chore(python): update the version. --- py-hftbacktest/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-hftbacktest/pyproject.toml b/py-hftbacktest/pyproject.toml index bb733b8..4009fe2 100644 --- a/py-hftbacktest/pyproject.toml +++ b/py-hftbacktest/pyproject.toml @@ -8,7 +8,7 @@ description = "A high-frequency trading and market-making backtesting tool accou readme = "README.rst" authors = [{ name = "nkaz001", email = "nkaz001@protonmail.com" }] license = { file = "LICENSE" } -version = "2.1.1" +version = "2.2.0" requires-python = ">=3.10" keywords = ["hft", "high-frequency trading", "trading", "market-making", "backtest"] @@ -44,4 +44,4 @@ databento = ["databento"] [tool.maturin] include = [{ path = "rust-toolchain.toml", format = "sdist" }] -module-name = "hftbacktest._hftbacktest" \ No newline at end of file +module-name = "hftbacktest._hftbacktest"