diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 311f6b739..440f5c4da 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.25.2 +current_version = 0.25.3 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/abd-clam/Cargo.toml b/abd-clam/Cargo.toml index d112fda2f..387ea05f6 100644 --- a/abd-clam/Cargo.toml +++ b/abd-clam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "abd-clam" -version = "0.25.2" +version = "0.25.3" authors = [ "Najib Ishaq ", "Tom Howard ", diff --git a/abd-clam/README.md b/abd-clam/README.md index ee17de848..bba1bfafd 100644 --- a/abd-clam/README.md +++ b/abd-clam/README.md @@ -1,4 +1,4 @@ -# CLAM: Clustering, Learning and Approximation with Manifolds (v0.25.2) +# CLAM: Clustering, Learning and Approximation with Manifolds (v0.25.3) The Rust implementation of CLAM. @@ -7,7 +7,7 @@ This means that the API is not yet stable and breaking changes may occur frequen ## Usage -CLAM is a library crate so you can add it to your crate using `cargo add abd_clam@0.25.2`. +CLAM is a library crate so you can add it to your crate using `cargo add abd_clam@0.25.3`. ### Cakes: Nearest Neighbor Search diff --git a/abd-clam/src/lib.rs b/abd-clam/src/lib.rs index 6f7e835c4..cac455f2f 100644 --- a/abd-clam/src/lib.rs +++ b/abd-clam/src/lib.rs @@ -32,4 +32,4 @@ pub use crate::{ }; /// The current version of the crate. -pub const VERSION: &str = "0.25.2"; +pub const VERSION: &str = "0.25.3";