diff --git a/CITATION.cff b/CITATION.cff index 1bfaa82d..46dab712 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.6.0 +version: 2.6.1 doi: 10.5281/zenodo.7949416 date-released: 2022-06-12 url: "https://github.com/unum-cloud/usearch" diff --git a/Cargo.toml b/Cargo.toml index 111ac4bb..762ad60a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "2.6.0" +version = "2.6.1" 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 4df49bbc..a9d2b324 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,7 @@ doi = {10.5281/zenodo.7949416}, author = {Vardanian, Ash}, title = {{USearch by Unum Cloud}}, url = {https://github.com/unum-cloud/usearch}, -version = {2.6.0}, +version = {2.6.1}, year = {2022}, month = jun, } diff --git a/VERSION b/VERSION index e70b4523..6a6a3d8e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.6.1 diff --git a/conanfile.py b/conanfile.py index e715edee..603d6b15 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ class USearchConan(ConanFile): name = "usearch" - version = '2.6.0' + version = '2.6.1' 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 5f7edb46..b26c7edb 100644 --- a/csharp/nuget/nuget-package.props +++ b/csharp/nuget/nuget-package.props @@ -1,7 +1,7 @@ - 2.6.0 + 2.6.1 Unum Unum diff --git a/include/usearch/index.hpp b/include/usearch/index.hpp index 177c8ddc..db862553 100644 --- a/include/usearch/index.hpp +++ b/include/usearch/index.hpp @@ -11,7 +11,7 @@ #define USEARCH_VERSION_MAJOR 2 #define USEARCH_VERSION_MINOR 6 -#define USEARCH_VERSION_PATCH 0 +#define USEARCH_VERSION_PATCH 1 // Inferring C++ version // https://stackoverflow.com/a/61552074 diff --git a/package.json b/package.json index b630b53a..087963c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.6.0", + "version": "2.6.1", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ash Vardanian", "license": "Apache 2.0", diff --git a/wasmer.toml b/wasmer.toml index 7aec15e0..e224a510 100644 --- a/wasmer.toml +++ b/wasmer.toml @@ -1,6 +1,6 @@ [package] name="unum/usearch" -version="2.6.0" +version="2.6.1" description="Smaller & Faster Single-File Vector Search Engine from Unum" license="Apache-2.0" readme="README.md"