Skip to content

Commit

Permalink
Post-release version bump to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Apr 26, 2024
1 parent a4a19f8 commit ce8737b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.co.gresearch.spark</groupId>
<artifactId>spark-extension_2.13</artifactId>
<version>2.12.0-3.5</version>
<version>2.13.0-3.5-SNAPSHOT</version>
<name>Spark Extension</name>
<description>A library that provides useful extensions to Apache Spark.</description>
<inceptionYear>2020</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -17,7 +17,7 @@
from pathlib import Path
from setuptools import setup

jar_version = '2.12.0-3.5'
jar_version = '2.13.0-3.5-SNAPSHOT'
scala_version = '2.13.8'
scala_compat_version = '.'.join(scala_version.split('.')[:2])
spark_compat_version = jar_version.split('-')[1]
Expand Down

0 comments on commit ce8737b

Please sign in to comment.