From d747ef87bac187fab7ab7c5f75dc66e73a400ea7 Mon Sep 17 00:00:00 2001 From: twiby Date: Wed, 14 Aug 2024 19:32:13 +0200 Subject: [PATCH] bump version numbers --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 864c0cc..d0f15eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twibint" -version = "0.2.6" +version = "0.2.7" edition = "2021" license = "GPL-3.0-only" description = "Crate for arithmetic on arbitrarily large integers. Provides Python bindings as well." diff --git a/pyproject.toml b/pyproject.toml index c7ad817..4709fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "twibint" -version = "0.2.6" +version = "0.2.7" dependencies = ["maturin==1.1.0"] [build-system]