diff --git a/Cargo.toml b/Cargo.toml
index 103b5b7c06fb5c85961643b82d36a5aa6a4e757e..10ede5386cba086b771c39c8a7a795ec91120bc9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "komodo"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2021"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index a0b4e825bcfee0dddbbf93b0006221de0d328854..c79cf1f5d1a50c28b52f58d634a0b619c915a351 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -17,6 +17,6 @@ ark-secp256r1 = "0.4.0"
 ark-std = "0.4.0"
 ark-vesta = "0.4.0"
 clap = { version = "4.5.4", features = ["derive"] }
-komodo = { version = "0.2.0", path = ".." }
+komodo = { version = "0.3.0", path = ".." }
 plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.7.0", version = "0.7.0" }
 rand = "0.8.5"
diff --git a/bins/rank/Cargo.toml b/bins/rank/Cargo.toml
index 4d504b93b143f865ba1b8059cc73fc46e67a7f53..0a1b136d80ecfec6ea65a321d3c5d8b22acbf5f4 100644
--- a/bins/rank/Cargo.toml
+++ b/bins/rank/Cargo.toml
@@ -10,5 +10,5 @@ description = "Compute the rank of a matrix."
 ark-bls12-381 = "0.4.0"
 ark-ff = "0.4.2"
 ark-std = "0.4.0"
-komodo = { version = "0.2.0", path = "../.." }
+komodo = { version = "0.3.0", path = "../.." }
 rand = "0.8.5"