Skip to content

Commit 66c30e3

Browse files
committed
Set version to 1.0.1.post1
1 parent 9ba8f72 commit 66c30e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
# Replaced with the current commit when building the wheels.
104104
__commit__ = "{{RAY_COMMIT_SHA}}"
105-
__version__ = "1.0.1"
105+
__version__ = "1.0.1.post1"
106106

107107
__all__ = [
108108
"__version__",

0 commit comments

Comments
 (0)