Skip to content

Commit 05244ea

Browse files
committed
chore: update the version.
1 parent c79d158 commit 05244ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

connector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ binancefutures = []
99
bybit = []
1010

1111
[dependencies]
12-
hftbacktest = { path = "../hftbacktest", version = "0.4.0" }
12+
hftbacktest = { path = "../hftbacktest" }
1313
tracing = "0.1.40"
1414
anyhow = "1.0.79"
1515
thiserror = "2.0.3"

hftbacktest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hftbacktest"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["nkaz001 <[email protected]>"]
66
license = "MIT"

py-hftbacktest/hftbacktest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
'Recorder'
112112
)
113113

114-
__version__ = '2.1.0'
114+
__version__ = '2.1.1'
115115

116116

117117
class BacktestAsset(BacktestAsset_):

py-hftbacktest/pyproject.toml

+1-1
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.1.0"
11+
version = "2.1.1"
1212
requires-python = ">=3.10"
1313

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

0 commit comments

Comments
 (0)