From 8ab0635547f17e6357f98c7ec3df848880cd3c17 Mon Sep 17 00:00:00 2001 From: VirxEC Date: Fri, 11 Aug 2023 21:40:07 -0400 Subject: [PATCH] Down bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4505fa8..a925a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "rlviser-py" -version = "0.3.1" +version = "0.3.0" dependencies = [ "glam", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index ce66410..c5d62bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlviser-py" -version = "0.3.1" +version = "0.3.0" edition = "2021" description = "Python implementation that manages a UDP connection to RLViser" license = "MIT"