Skip to content

Commit

Permalink
Merge pull request #14 from twiby/bump_version
Browse files Browse the repository at this point in the history
bump version numbers
  • Loading branch information
twiby authored Aug 14, 2024
2 parents 80a37e5 + d747ef8 commit 8de0d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "twibint"
version = "0.2.6"
version = "0.2.7"
dependencies = ["maturin==1.1.0"]

[build-system]
Expand Down

0 comments on commit 8de0d3f

Please sign in to comment.