Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 2cb3b58

Browse files
committed
Bump version to 3.0.0
1 parent 51a8222 commit 2cb3b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def list_packages(src_path=src_path):
2525
setup(
2626
name="pyspark-stubs",
2727
package_dir={"": src_path},
28-
version="3.0.0.dev9",
28+
version="3.0.0",
2929
description="A collection of the Apache Spark stub files",
3030
long_description=(
3131
open("README.rst").read() if os.path.exists("README.rst") else ""

0 commit comments

Comments
 (0)