Skip to content

Commit

Permalink
Merge branch 'main-dev' of https://github.com/ashvardanian/SimSIMD in…
Browse files Browse the repository at this point in the history
…to main-dev
  • Loading branch information
ashvardanian committed Sep 19, 2024
2 parents 78c13e3 + 81799b6 commit 88f67e6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(
simsimd
VERSION 5.4.0
VERSION 5.4.1
LANGUAGES C CXX
DESCRIPTION "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
HOMEPAGE_URL "https://github.com/ashvardanian/simsimd"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "simsimd"
description = "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
version = "5.4.0"
version = "5.4.1"
edition = "2021"
license = "Apache-2.0"
authors = ["Ash Vardanian <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0
5.4.1
2 changes: 1 addition & 1 deletion include/simsimd/simsimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

#define SIMSIMD_VERSION_MAJOR 5
#define SIMSIMD_VERSION_MINOR 4
#define SIMSIMD_VERSION_PATCH 0
#define SIMSIMD_VERSION_PATCH 1

/**
* @brief Removes compile-time dispatching, and replaces it with runtime dispatching.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simsimd",
"version": "5.4.0",
"version": "5.4.1",
"description": "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm",
"homepage": "https://github.com/ashvardanian/simsimd",
"author": "Ash Vardanian",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


__lib_name__ = "simsimd"
__version__ = "5.4.0"
__version__ = "5.4.1"

compile_args = []
link_args = []
Expand Down

0 comments on commit 88f67e6

Please sign in to comment.