diff --git a/CITATION.cff b/CITATION.cff index 2610253d..461e3bad 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Ash" orcid: "https://orcid.org/0000-0002-4882-1815" title: "USearch by Unum Cloud" -version: 2.8.13 +version: 2.8.14 doi: 10.5281/zenodo.7949416 date-released: 2023-10-22 url: "https://github.com/unum-cloud/usearch" diff --git a/Cargo.toml b/Cargo.toml index 0506ec6f..f1f48492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "2.8.13" +version = "2.8.14" authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"] description = "Smaller & Faster Single-File Vector Search Engine from Unum" edition = "2021" diff --git a/README.md b/README.md index 2ccb760c..c705730e 100644 --- a/README.md +++ b/README.md @@ -433,7 +433,7 @@ doi = {10.5281/zenodo.7949416}, author = {Vardanian, Ash}, title = {{USearch by Unum Cloud}}, url = {https://github.com/unum-cloud/usearch}, -version = {2.8.13}, +version = {2.8.14}, year = {2023}, month = oct, } diff --git a/VERSION b/VERSION index 01b0f095..63cb62ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.13 +2.8.14 diff --git a/conanfile.py b/conanfile.py index 536fbe2d..1a1683e7 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ class USearchConan(ConanFile): name = "usearch" - version = '2.8.13' + version = '2.8.14' license = "Apache-2.0" description = "Smaller & Faster Single-File Vector Search Engine from Unum" homepage = "https://github.com/unum-cloud/usearch" diff --git a/csharp/nuget/nuget-package.props b/csharp/nuget/nuget-package.props index 5cdcff51..a4d13478 100644 --- a/csharp/nuget/nuget-package.props +++ b/csharp/nuget/nuget-package.props @@ -1,7 +1,7 @@ - 2.8.13 + 2.8.14 Unum Unum diff --git a/include/usearch/index.hpp b/include/usearch/index.hpp index 747a48d4..103850e7 100644 --- a/include/usearch/index.hpp +++ b/include/usearch/index.hpp @@ -11,7 +11,7 @@ #define USEARCH_VERSION_MAJOR 2 #define USEARCH_VERSION_MINOR 8 -#define USEARCH_VERSION_PATCH 13 +#define USEARCH_VERSION_PATCH 14 // Inferring C++ version // https://stackoverflow.com/a/61552074 diff --git a/package.json b/package.json index d9ac6b16..79523232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.8.13", + "version": "2.8.14", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ash Vardanian (https://ashvardanian.com/)", "license": "Apache 2.0", diff --git a/wasmer.toml b/wasmer.toml index 3f3e99eb..84d6b968 100644 --- a/wasmer.toml +++ b/wasmer.toml @@ -1,6 +1,6 @@ [package] name="unum/usearch" -version="2.8.13" +version="2.8.14" description="Smaller & Faster Single-File Vector Search Engine from Unum" license="Apache-2.0" readme="README.md"