We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e964775 commit 8928038Copy full SHA for 8928038
3 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.0.8"
+current_version = "0.1.0"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(-(?P<pre_label>alpha|beta|rc)\\.(?P<pre_n>\\d+))?"
4
serialize = [
5
"{major}.{minor}.{patch}-{pre_label}.{pre_n}",
lance_ray/__init__.py
@@ -5,7 +5,7 @@
columnar data processing.
6
"""
7
8
-__version__ = "0.0.8"
+__version__ = "0.1.0"
9
__author__ = "LanceDB Devs"
10
__email__ = "dev@lancedb.com"
11
from .compaction import compact_files
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "lance-ray"
-version = "0.0.8"
+version = "0.1.0"
description = "Ray integration for Lance"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments