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