Skip to content

Commit 7bb5cdd

Browse files
committed
Update version by jenkins-spark-rapids-tools-auto-release-101
Signed-off-by: spark-rapids automation <[email protected]>
1 parent 7e34d96 commit 7bb5cdd

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>24.10.4-SNAPSHOT</version>
26+
<version>24.12.0</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,7 +16,7 @@
1616

1717
from spark_rapids_pytools.build import get_version, get_spark_dep_version
1818

19-
VERSION = '24.10.4'
19+
VERSION = '24.12.0'
2020
# defines the default runtime build version for the user tools environment
2121
SPARK_DEP_VERSION = '350'
2222
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)