Skip to content

Commit 22f409e

Browse files
committed
chore(rs): update version to 2.4.1.
1 parent 28fce33 commit 22f409e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py-hftbacktest/hftbacktest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
'Recorder'
113113
)
114114

115-
__version__ = '2.4.0'
115+
__version__ = '2.4.1'
116116

117117

118118
class BacktestAsset(BacktestAsset_):

py-hftbacktest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A high-frequency trading and market-making backtesting tool accou
88
readme = "README.rst"
99
authors = [{ name = "nkaz001", email = "[email protected]" }]
1010
license = { file = "LICENSE" }
11-
version = "2.4.0"
11+
version = "2.4.1"
1212
requires-python = ">=3.11"
1313

1414
keywords = ["hft", "high-frequency trading", "trading", "market-making", "backtest"]

0 commit comments

Comments
 (0)