Skip to content

Commit 3f62588

Browse files
[Release] Release 0.7.0 (#4228)
* [Storage] Avoid opt-in regions for S3 (#4239) * S3 fix + timeout * S3 fix + timeout * lint (cherry picked from commit bf17e87) * version bump
1 parent 14e7265 commit 3f62588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN conda install -c conda-forge google-cloud-sdk && \
88
rm -rf /var/lib/apt/lists/*
99

1010
# Install sky
11-
RUN pip install --no-cache-dir "skypilot[all]==0.6.0"
11+
RUN pip install --no-cache-dir "skypilot[all]==0.7.0"

Diff for: sky/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _get_git_commit():
3535

3636

3737
__commit__ = _get_git_commit()
38-
__version__ = '1.0.0-dev0'
38+
__version__ = '0.7.0'
3939
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
4040

4141

0 commit comments

Comments
 (0)