From 594baa0cbf3f415c2f22ef14bf437f6be31565ba Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Wed, 23 Oct 2024 23:13:01 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07bbd01..5bc23b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlbot-flatbuffers-py" -version = "0.10.0" +version = "0.11.0" edition = "2021" description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers" repository = "https://github.com/VirxEC/rlbot_flatbuffers_py"