Skip to content

Commit

Permalink
build: bumped version of abd-clam 0.31.0 -> 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Nov 9, 2024
1 parent 09d671c commit 58e136a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.dependencies]
abd-clam = { version = "0.31.0", path = "crates/abd-clam" }
abd-clam = { version = "0.32.0", path = "crates/abd-clam" }
distances = { version = "1.8.0", path = "crates/distances" }
symagen = { version = "0.5.0", path = "crates/symagen" }

Expand Down
2 changes: 1 addition & 1 deletion crates/abd-clam/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.31.0
current_version = 0.32.0
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 crates/abd-clam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abd-clam"
version = "0.31.0"
version = "0.32.0"
authors = [
"Najib Ishaq <najib_ishaq@zoho.com>",
"Tom Howard <info@tomhoward.codes>",
Expand Down
4 changes: 2 additions & 2 deletions crates/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.31.0)
# CLAM: Clustering, Learning and Approximation with Manifolds (v0.32.0)

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 abd_clam@0.31.0`.
CLAM is a library crate so you can add it to your crate using `cargo add abd_clam@0.32.0`.

### Cakes: Nearest Neighbor Search

Expand Down
2 changes: 1 addition & 1 deletion crates/abd-clam/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.0
0.32.0
2 changes: 1 addition & 1 deletion crates/abd-clam/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ pub mod chaoda;
pub mod msa;

/// The current version of the crate.
pub const VERSION: &str = "0.31.0";
pub const VERSION: &str = "0.32.0";

0 comments on commit 58e136a

Please sign in to comment.