From b9174eafc615ebc92191509a4752e6cb960a0c5f Mon Sep 17 00:00:00 2001 From: Sean Olson Date: Sat, 23 Nov 2024 00:38:46 -0800 Subject: [PATCH] Bump version to `0.1.0`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62e30ee..a878316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "theon" -version = "0.0.1" +version = "0.1.0" authors = ["Sean Olson "] description = "Abstraction of Euclidean spaces." repository = "https://github.com/olson-sean-k/theon"