From b944bc72d8a34d9e0d80e2d89fdc27e04338f942 Mon Sep 17 00:00:00 2001 From: "Claire V. Hammond" Date: Sun, 7 Apr 2024 23:45:39 -0700 Subject: [PATCH] update to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a66c40e..1c1576b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c3dio" -version = "0.7.0" +version = "0.8.0" authors = ["Claire V. Hammond "] edition = "2021" categories = ["science", "simulation", "parser-implementations", "game-development", "science::robotics"]