Skip to content

Commit

Permalink
build: bumped version 0.25.2 -> 0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Nov 12, 2023
1 parent b3c5eb7 commit efa65fc
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.2
current_version = 0.25.3
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.2"
version = "0.25.3"
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.2)
# CLAM: Clustering, Learning and Approximation with Manifolds (v0.25.3)

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

### 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.2";
pub const VERSION: &str = "0.25.3";

0 comments on commit efa65fc

Please sign in to comment.