diff --git a/Cargo.toml b/Cargo.toml index bd2fbf2c..03137070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "0.5.1" +version = "0.6.0" authors = ["Ashot Vardanian <1983160+ashvardanian@users.noreply.github.com>"] description = "Smaller & Faster Single-File Vector Search Engine from Unum" edition = "2021" diff --git a/VERSION b/VERSION index 4b9fcbec..a918a2aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.6.0 diff --git a/conanfile.py b/conanfile.py index 8a049136..6088da4a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -4,7 +4,7 @@ class USearchConan(ConanFile): name = 'USearch' - version = '0.5.1' + version = '0.6.0' license = 'Apache 2.0' url = 'https://github.com/unum-cloud/usearch' description = 'Smaller & Faster Single-File Vector Search Engine from Unum' diff --git a/package.json b/package.json index e656f99f..fe5b0963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "0.5.1", + "version": "0.6.0", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ashot Vardanian", "license": "Apache 2.0",