Skip to content

Commit

Permalink
chore: update version to 2.0.0rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 7, 2024
1 parent 4a9854b commit f187207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-hftbacktest/hftbacktest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
'Recorder'
)

__version__ = '2.0.0-alpha'
__version__ = '2.0.0rc1'


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 = "file: ../README.rst"
readme = "README.rst"
authors = [{ name = "nkaz001", email = "nkaz001@protonmail.com" }]
license = { file = "LICENSE" }
version = "2.0.0-rc0"
version = "2.0.0rc1"
requires-python = ">=3.10"

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

0 comments on commit f187207

Please sign in to comment.