We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e34d96 commit 7bb5cddCopy full SHA for 7bb5cdd
core/pom.xml
@@ -23,7 +23,7 @@
23
<artifactId>rapids-4-spark-tools_2.12</artifactId>
24
<name>RAPIDS Accelerator for Apache Spark tools</name>
25
<description>RAPIDS Accelerator for Apache Spark tools</description>
26
- <version>24.10.4-SNAPSHOT</version>
+ <version>24.12.0</version>
27
<packaging>jar</packaging>
28
<url>http://github.com/NVIDIA/spark-rapids-tools</url>
29
user_tools/src/spark_rapids_pytools/__init__.py
@@ -16,7 +16,7 @@
16
17
from spark_rapids_pytools.build import get_version, get_spark_dep_version
18
19
-VERSION = '24.10.4'
+VERSION = '24.12.0'
20
# defines the default runtime build version for the user tools environment
21
SPARK_DEP_VERSION = '350'
22
__version__ = get_version(VERSION)
0 commit comments