Skip to content

Commit 126e77b

Browse files
committed
Release PolyStore 0.1.21
1 parent f9aa611 commit 126e77b

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "polystore"
7-
version = "0.1.20"
7+
version = "0.1.21"
88
description = "Framework-agnostic multi-backend storage abstraction for ML and scientific computing"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/polystore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Polystore package exports.
33
"""
44

5-
__version__ = "0.1.20"
5+
__version__ = "0.1.21"
66

77
import os
88

0 commit comments

Comments
 (0)