From 322ff6882dae360d929e90735d54fc48d96a8c97 Mon Sep 17 00:00:00 2001 From: Sean Olson Date: Thu, 20 Jun 2024 00:02:02 -0700 Subject: [PATCH] Bump version to `0.1.1`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 665a699..c471189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitsein" -version = "0.1.0" +version = "0.1.1" authors = ["Sean Olson "] description = "Strongly typed APIs for non-empty collections and views." repository = "https://github.com/olson-sean-k/mitsein"