Skip to content

Commit 6fe0db2

Browse files
committed
Release PolyStore 0.1.13
1 parent 16db7dc commit 6fe0db2

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.12"
7+
version = "0.1.13"
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.12"
5+
__version__ = "0.1.13"
66

77
import os
88

0 commit comments

Comments
 (0)