Skip to content

Commit 7dda390

Browse files
Lance Release Botjackye1995
authored andcommitted
chore: bump version to 0.1.2
1 parent 591f013 commit 7dda390

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.1-beta.1"
2+
current_version = "0.1.2"
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}",

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.lance</groupId>
99
<artifactId>lance-namespace-impls-root</artifactId>
10-
<version>0.1.1-beta.1</version>
10+
<version>0.1.2</version>
1111
<packaging>pom</packaging>
1212

1313
<name>${project.artifactId}</name>

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "lance-namespace-impls"
7-
version = "0.1.1-beta.1"
7+
version = "0.1.2"
88
description = "Third-party catalog implementations for Lance Namespace"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)