From b1fb739ecc5dc14c5415e3d907d4aee5b689ec53 Mon Sep 17 00:00:00 2001 From: Najib Ishaq Date: Sat, 11 Nov 2023 15:26:50 -0500 Subject: [PATCH] build: bumped version 0.25.1 -> 0.25.2 --- .bumpversion.cfg | 2 +- abd-clam/Cargo.toml | 2 +- abd-clam/README.md | 4 ++-- abd-clam/src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ddd549189..311f6b739 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.25.1 +current_version = 0.25.2 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 92d7000c0..1ceea9ca0 100644 --- a/abd-clam/Cargo.toml +++ b/abd-clam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "abd-clam" -version = "0.25.1" +version = "0.25.2" authors = [ "Najib Ishaq ", "Tom Howard ", diff --git a/abd-clam/README.md b/abd-clam/README.md index a9a809016..ee17de848 100644 --- a/abd-clam/README.md +++ b/abd-clam/README.md @@ -1,4 +1,4 @@ -# CLAM: Clustering, Learning and Approximation with Manifolds (v0.25.1) +# CLAM: Clustering, Learning and Approximation with Manifolds (v0.25.2) 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.1`. +CLAM is a library crate so you can add it to your crate using `cargo add abd_clam@0.25.2`. ### Cakes: Nearest Neighbor Search diff --git a/abd-clam/src/lib.rs b/abd-clam/src/lib.rs index 43d33eef3..6f7e835c4 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.1"; +pub const VERSION: &str = "0.25.2";