Skip to content

Commit 21145a9

Browse files
author
TinySemVer
committed
Release: v5.4.3 [skip ci]
1 parent 062f390 commit 21145a9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
33
project(
44
simsimd
5-
VERSION 5.4.2
5+
VERSION 5.4.3
66
LANGUAGES C CXX
77
DESCRIPTION "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
88
HOMEPAGE_URL "https://github.com/ashvardanian/simsimd"

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "simsimd"
33
description = "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
4-
version = "5.4.2"
4+
version = "5.4.3"
55
edition = "2021"
66
license = "Apache-2.0"
77
authors = ["Ash Vardanian <[email protected]>"]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.2
1+
5.4.3

include/simsimd/simsimd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
#define SIMSIMD_VERSION_MAJOR 5
9090
#define SIMSIMD_VERSION_MINOR 4
91-
#define SIMSIMD_VERSION_PATCH 2
91+
#define SIMSIMD_VERSION_PATCH 3
9292

9393
/**
9494
* @brief Removes compile-time dispatching, and replaces it with runtime dispatching.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simsimd",
3-
"version": "5.4.2",
3+
"version": "5.4.3",
44
"description": "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm",
55
"homepage": "https://github.com/ashvardanian/simsimd",
66
"author": "Ash Vardanian",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
__lib_name__ = "simsimd"
9-
__version__ = "5.4.2"
9+
__version__ = "5.4.3"
1010

1111
compile_args = []
1212
link_args = []

0 commit comments

Comments
 (0)