Skip to content

Commit 2de3c0c

Browse files
committed
bump version to 0.1.7
1 parent 7254654 commit 2de3c0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.6"
7+
version = "0.1.7"
88
description = "Framework-agnostic multi-backend storage abstraction for ML and scientific computing"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -180,7 +180,7 @@ target-version = ["py311", "py312"]
180180

181181
[tool.ruff]
182182
line-length = 100
183-
target-version = "0.1.6"
183+
target-version = "0.1.7"
184184
select = [
185185
"E", # pycodestyle errors
186186
"W", # pycodestyle warnings

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.6"
5+
__version__ = "0.1.7"
66

77
import os
88

0 commit comments

Comments
 (0)