Skip to content

Commit cabe620

Browse files
committed
Bump to 0.1.1
1 parent 78e39f7 commit cabe620

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010
# ============================================================================
1111
[project]
1212
name = "kh57"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414
description = "Efficient range reservoir sampling from massive sorted key-value datasets."
1515
readme = "README.md"
1616
license = "Apache-2.0"

src/kh57/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77

88
__all__ = ["Backend", "MemBackend", "kh57", "recover", "sample", "uniform_hash"]
9-
__version__ = "0.1.0"
9+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)