Skip to content

Commit ea9c717

Browse files
chore: bump version to 0.2.0-beta.1
1 parent 77f49cf commit ea9c717

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

.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.2.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-spark-3.4_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-3.4_2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-3.5_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-3.5_2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-4.0_2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-base_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-base_2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-bundle-3.4_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

lance-spark-bundle-3.4_2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.lance</groupId>
77
<artifactId>lance-spark-root</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)