Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
twiby committed Aug 14, 2024
1 parent 80a37e5 commit d747ef8
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 d747ef8

Please sign in to comment.