Skip to content

Commit

Permalink
build: bumped version 0.25.1 -> 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Nov 11, 2023
1 parent 7b612e5 commit b1fb739
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.25.1
current_version = 0.25.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion abd-clam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abd-clam"
version = "0.25.1"
version = "0.25.2"
authors = [
"Najib Ishaq <[email protected]>",
"Tom Howard <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions abd-clam/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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 [email protected].1`.
CLAM is a library crate so you can add it to your crate using `cargo add [email protected].2`.

### Cakes: Nearest Neighbor Search

Expand Down
2 changes: 1 addition & 1 deletion abd-clam/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit b1fb739

Please sign in to comment.