From 0a4135ff2d64a31cd4931f59f35f048fe2ab50d7 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Tue, 26 Nov 2024 14:41:13 +0100 Subject: [PATCH] chore: new release --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fe42d2..28608fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "vector_quantizer" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 37c327b..3fce38e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector_quantizer" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["Michele Riva "] description = "Simple vector quantization utilities and functions." diff --git a/README.md b/README.md index 0218583..946c483 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Quantizer +# Vector Quantizer [![Tests](https://github.com/oramasearch/quantizer/actions/workflows/ci.yml/badge.svg)](https://github.com/oramasearch/quantizer/actions/workflows/ci.yml)