diff --git a/Cargo.toml b/Cargo.toml
index e369333b2a981840b42398f4832c3326a4e1762d..f7d1218fe01f99b2e8f663bb316655afd232d85e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,10 @@
 [package]
 name = "komodo"
-version = "0.3.0"
+version = "1.0.0"
 edition = "2021"
+description = "Komodo: cryptographically-proven erasure coding for distributed systems"
+repository = "https://gitlab.isae-supaero.fr/dragoon/komodo"
+readme = "README.md"
 license = "MIT"
 authors = [
     "Antoine Stevan <antoine.stevan@isae-supaero.fr>",
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index c5308a8e5c891cffd06b45fea1f4d25e5e0f642d..6fe5e95438f81d52fce895658e21047c7aca5542 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "benchmarks"
-version = "0.1.0"
+version = "1.0.0"
 edition = "2021"
 
 [dependencies]
@@ -20,6 +20,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.3.0", path = ".." }
+komodo = { 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 0a1b136d80ecfec6ea65a321d3c5d8b22acbf5f4..8362807692d2fb551efcd9c5c09059a9a709f07e 100644
--- a/bins/rank/Cargo.toml
+++ b/bins/rank/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rank"
-version = "0.1.0"
+version = "1.0.0"
 edition = "2021"
 description = "Compute the rank of a matrix."
 
@@ -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.3.0", path = "../.." }
+komodo = { path = "../.." }
 rand = "0.8.5"
diff --git a/bins/saclin/Cargo.toml b/bins/saclin/Cargo.toml
index d47c13a2ec16c5d0dfce243b8cfa973f4dadf74f..c3ee675fd1b012294469223f025263543b723db7 100644
--- a/bins/saclin/Cargo.toml
+++ b/bins/saclin/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "saclin"
-version = "0.3.0"
+version = "1.0.0"
 edition = "2021"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html