From 146c1df9e9efc7a4e82bcbcdd5fb61a4279d5782 Mon Sep 17 00:00:00 2001 From: Peter Xenopoulos Date: Mon, 27 Jan 2025 20:49:43 -0500 Subject: [PATCH] update to 0.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]