File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.1.0 "
2+ current_version = " 0.2.0-beta.1 "
33parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(-(?P<pre_label>alpha|beta|rc)\\ .(?P<pre_n>\\ d+))?"
44serialize = [
55 " {major}.{minor}.{patch}-{pre_label}.{pre_n}" ,
Original file line number Diff line number Diff line change 55columnar 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"
1111from .compaction import compact_files
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " lance-ray"
7- version = " 0.1.0 "
7+ version = " 0.2.0-beta.1 "
88description = " Ray integration for Lance"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments