From 7e4acac005ce4b137a179fa0876f43fa73d37b15 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 May 2024 19:43:31 +0000 Subject: [PATCH] ci: v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5714dc..67e0a28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1419,7 +1419,7 @@ dependencies = [ [[package]] name = "musicgpt" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 968ee72..cc91be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "musicgpt" license = "MIT" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Generate music samples from natural language prompt locally with your own computer" keywords = ["llm", "music", "audio", "ai"]