Skip to content

Commit 50ac32f

Browse files
committed
Update version by jenkins-psarthi-spark-rapids-tools-auto-release-28
Signed-off-by: spark-rapids automation <[email protected]>
1 parent 66aecd6 commit 50ac32f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>rapids-4-spark-tools_2.12</artifactId>
2424
<name>RAPIDS Accelerator for Apache Spark tools</name>
2525
<description>RAPIDS Accelerator for Apache Spark tools</description>
26-
<version>1.2.11</version>
26+
<version>1.2.12</version>
2727
<packaging>jar</packaging>
2828
<url>http://github.com/NVIDIA/spark-rapids-tools</url>
2929

user_tools/src/spark_rapids_pytools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
from spark_rapids_pytools.build import get_version
1818

19-
VERSION = '1.2.11'
19+
VERSION = '1.2.12'
2020
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)