diff --git a/pyproject.toml b/pyproject.toml index b31423b..5fa4f91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "litebook" -version = "0.0.1b3" +version = "0.0.1" description = "A fast limit order book in Python utilizing a Rust backend" license = {text = "MIT License"} keywords = ["limit order book", "order book"]