Skip to content

Commit 81d70ef

Browse files
committed
Made C++/Rust search functions thread-safe. Fixed bug in rust count function
1 parent e5a9dba commit 81d70ef

File tree

4 files changed

+210
-207
lines changed

4 files changed

+210
-207
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "superintervals"
33
description = "Interval overlap library"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
authors = ["Kez Cleal. <[email protected]>"]
66
edition = "2021"
77
repository = "https://github.com/kcleal/superintervals"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "superintervals"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
description = "Rapid interval intersections"
1313
dependencies = ['Cython']
1414
authors = [{name = "Kez Cleal", email = "[email protected]"}]

0 commit comments

Comments
 (0)