From 87987e9116bfee21668056e9b7f5233fd07fe327 Mon Sep 17 00:00:00 2001 From: twiby Date: Sun, 2 Jun 2024 17:33:10 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf0664e..2b4e073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twibint" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "GPL-3.0-only" description = "Crate for arithmetic on arbitrarily large integers. Provides Python bindings as well."