Skip to content

Commit

Permalink
Prepare 0.4.2 Release (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonwang authored Apr 19, 2022
1 parent fa53a35 commit 18f38b3
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.4.1</version>
<version>0.4.2</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.4.1"
__version__ = "0.4.2"

__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.dev0")
else:
VERSION = "0.4.1"
VERSION = "0.4.2"

ROOT_DIR = os.path.dirname(__file__)

Expand Down

0 comments on commit 18f38b3

Please sign in to comment.