From 04b308ce93156ab93ae57308e87875503916c872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=A4ufer?= Date: Thu, 31 Oct 2024 11:13:18 -0400 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b079752..3c830a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = ["wellen", "pywellen"] default-members = ["wellen"] [workspace.package] -version = "0.12.2" +version = "0.13.0" edition = "2021" # we require the `div_ceil` method on integers rust-version = "1.73.0"