Skip to content

Commit 7ef97a7

Browse files
chore: bump version to 0.2.0-beta.1
1 parent 3f472a3 commit 7ef97a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.0"
2+
current_version = "0.2.0-beta.1"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(-(?P<pre_label>alpha|beta|rc)\\.(?P<pre_n>\\d+))?"
44
serialize = [
55
"{major}.{minor}.{patch}-{pre_label}.{pre_n}",

lance_ray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
columnar data processing.
66
"""
77

8-
__version__ = "0.1.0"
8+
__version__ = "0.2.0-beta.1"
99
__author__ = "LanceDB Devs"
1010
__email__ = "dev@lancedb.com"
1111
from .compaction import compact_files

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 = "lance-ray"
7-
version = "0.1.0"
7+
version = "0.2.0-beta.1"
88
description = "Ray integration for Lance"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)