Skip to content

Commit 6f9fae4

Browse files
committed
update to 0.1.0
1 parent 3eaf5b7 commit 6f9fae4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.intel</groupId>
88
<artifactId>raydp</artifactId>
9-
<version>0.1</version>
9+
<version>0.1.0</version>
1010

1111
<name>raydp</name>
1212

python/raydp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
from raydp.context import init_spark, stop_spark
1919

20-
__version__ = "0.1"
20+
__version__ = "0.1.0"
2121

2222
__all__ = ["init_spark", "stop_spark"]

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from setuptools import find_packages
2525
from setuptools import setup
2626

27-
VERSION = "0.1"
27+
VERSION = "0.1.0"
2828

2929
ROOT_DIR = os.path.dirname(__file__)
3030

0 commit comments

Comments
 (0)