From 2b25d8d6062e5e985ae7bdde6c0204a8b1842106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20M=C3=BCller?= Date: Sat, 6 Jul 2024 12:28:05 +0200 Subject: [PATCH] bump version to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 601051d..28c27c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afseq" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Experimental, dynamic, imperative and functional music sequence generator for Rust and Lua" authors = ["Eduard Müller "]