From 4de88cb951b3b7d392baabd25dfab3ac4198bb78 Mon Sep 17 00:00:00 2001 From: Shun Kashiwa Date: Tue, 8 Aug 2023 23:46:56 -0700 Subject: [PATCH] v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 653704b..5e518c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["chorus_lib", "chorus_derive"] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Shun Kashiwa "] homepage = "https://lsd-ucsc.github.io/ChoRus/"