Skip to content

Commit

Permalink
update version name (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConeyLiu authored Apr 7, 2021
1 parent 43caa8a commit ce4fbe8
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.2</version>
<version>0.2.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.2"
__version__ = "0.2.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.dev0")
else:
VERSION = "0.2"
VERSION = "0.2.0"

ROOT_DIR = os.path.dirname(__file__)

Expand Down

0 comments on commit ce4fbe8

Please sign in to comment.