We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaf5b7 commit 6f9fae4Copy full SHA for 6f9fae4
core/pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.intel</groupId>
8
<artifactId>raydp</artifactId>
9
- <version>0.1</version>
+ <version>0.1.0</version>
10
11
<name>raydp</name>
12
python/raydp/__init__.py
@@ -17,6 +17,6 @@
17
18
from raydp.context import init_spark, stop_spark
19
20
-__version__ = "0.1"
+__version__ = "0.1.0"
21
22
__all__ = ["init_spark", "stop_spark"]
python/setup.py
@@ -24,7 +24,7 @@
24
from setuptools import find_packages
25
from setuptools import setup
26
27
-VERSION = "0.1"
+VERSION = "0.1.0"
28
29
ROOT_DIR = os.path.dirname(__file__)
30
0 commit comments