diff --git a/README.md b/README.md index c1564b0..a275255 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ [![Rust](https://img.shields.io/badge/rust-1.70+-red.svg)](https://www.rust-lang.org/) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/raptorbt?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=ORANGE&left_text=downloads)](https://pepy.tech/projects/raptorbt) - - **Blazing-fast backtesting for the modern quant.** RaptorBT is a high-performance backtesting engine written in Rust with Python bindings via PyO3. It serves as a drop-in replacement for VectorBT — delivering **HFT-grade compute efficiency** with full metric parity. diff --git a/pyproject.toml b/pyproject.toml index 388a119..787afe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "raptorbt" -version = "0.3.2" +version = "0.3.2.post1" description = "High-performance Rust backtesting engine with Python bindings. Drop-in VectorBT replacement with up insanely faster performance at fractional memory footprint." readme = "README.md" requires-python = ">=3.10" diff --git a/python/raptorbt/__init__.py b/python/raptorbt/__init__.py index 59e2da3..60da0a2 100644 --- a/python/raptorbt/__init__.py +++ b/python/raptorbt/__init__.py @@ -43,7 +43,7 @@ from raptorbt._raptorbt import ( rolling_max, ) -__version__ = "0.3.2" +__version__ = "0.3.2.post1" __all__ = [ # Config classes