Skip to content

Commit

Permalink
build: bumped version 0.24.0 -> 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Nov 10, 2023
1 parent fcc7968 commit 386be07
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.24.0
current_version = 0.24.1
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.24.0"
version = "0.24.1"
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.24.0)
# CLAM: Clustering, Learning and Approximation with Manifolds (v0.24.1)

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

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

0 comments on commit 386be07

Please sign in to comment.