Skip to content

Commit

Permalink
Prepare 0.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonwang committed Sep 9, 2022
1 parent c5744a4 commit 7fda2be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.intel</groupId>
<artifactId>raydp</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<name>raydp</name>

Expand Down
2 changes: 1 addition & 1 deletion python/raydp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

from raydp.context import init_spark, stop_spark

__version__ = "0.5.0.dev0"
__version__ = "0.5.0"

__all__ = ["init_spark", "stop_spark"]
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if package_name == 'raydp_nightly':
VERSION = datetime.today().strftime("%Y.%m.%d.dev1")
else:
VERSION = "0.5.0.dev0"
VERSION = "0.5.0"

ROOT_DIR = os.path.dirname(__file__)

Expand Down

0 comments on commit 7fda2be

Please sign in to comment.