diff --git a/Cargo.lock b/Cargo.lock index 8f9a193..a24b148 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "pluralistic-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "arr_macro", "criterion", diff --git a/Cargo.toml b/Cargo.toml index aeefdec..4e44c0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pluralistic-rs" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "A Rust crate for Quadratic Funding calculations" license = "MIT" @@ -25,4 +25,4 @@ serde_json = "1.0.108" [[bench]] name = "linear_qf" -harness = false \ No newline at end of file +harness = false