From 751338c6d205228d16bc0eea7cbb1ea65a0502f0 Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Fri, 24 Nov 2023 15:06:49 -0700 Subject: [PATCH] Version bump to 2.0.0-beta.1 needed for Python tests --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8eaaedd4..c9f9835e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nyx-space" build = "build.rs" -version = "2.0.0-beta.0" +version = "2.0.0-beta.1" edition = "2021" authors = ["Christopher Rabotin "] description = "A high-fidelity space mission toolkit, with orbit propagation, estimation and some systems engineering"