Skip to content

Commit

Permalink
chore: update the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Nov 20, 2024
1 parent c79d158 commit 05244ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ binancefutures = []
bybit = []

[dependencies]
hftbacktest = { path = "../hftbacktest", version = "0.4.0" }
hftbacktest = { path = "../hftbacktest" }
tracing = "0.1.40"
anyhow = "1.0.79"
thiserror = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion hftbacktest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hftbacktest"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["nkaz001 <nkaz001@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion py-hftbacktest/hftbacktest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
'Recorder'
)

__version__ = '2.1.0'
__version__ = '2.1.1'


class BacktestAsset(BacktestAsset_):
Expand Down
2 changes: 1 addition & 1 deletion py-hftbacktest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
version = "2.1.1"
requires-python = ">=3.10"

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

0 comments on commit 05244ea

Please sign in to comment.