From 1f3641c36be51ca04a9697d36f2ebd8c04e5ada9 Mon Sep 17 00:00:00 2001 From: Armin Date: Fri, 7 Oct 2022 20:26:26 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.9.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8021cb..d9bdf46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid" -version = "0.9.0" +version = "0.9.1-alpha.0" authors = ["Armin Becher "] edition = "2018" description = "Dynamic generic 2D data structure."