From d74902407a23c633ba313d6d63f463c6013fa4bb Mon Sep 17 00:00:00 2001 From: "Claire V. Hammond" Date: Sat, 26 Aug 2023 21:12:14 -0700 Subject: [PATCH] update to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1822bcc..cea51f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c3dio" -version = "0.2.0" +version = "0.3.0" authors = ["Claire V. Hammond "] edition = "2021" categories = ["science", "simulation", "parser-implementations", "game-development", "science::robotics"]