We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9373db4 commit 07e584dCopy full SHA for 07e584d
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.0.1"
+current_version = "0.0.2"
3
commit = true
4
tag = true
5
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safe-arithmetic"
-version = "0.0.1"
+version = "0.0.2"
edition = "2024"
authors = ["romnn <contact@romnn.com>"]
6
publish = true
0 commit comments