Skip to content

Commit

Permalink
[Release] Release 0.7.0 (#4228)
Browse files Browse the repository at this point in the history
* [Storage] Avoid opt-in regions for S3 (#4239)

* S3 fix + timeout

* S3 fix + timeout

* lint

(cherry picked from commit bf17e87)

* version bump
  • Loading branch information
romilbhardwaj authored Nov 2, 2024
1 parent 14e7265 commit 3f62588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN conda install -c conda-forge google-cloud-sdk && \
rm -rf /var/lib/apt/lists/*

# Install sky
RUN pip install --no-cache-dir "skypilot[all]==0.6.0"
RUN pip install --no-cache-dir "skypilot[all]==0.7.0"
2 changes: 1 addition & 1 deletion sky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _get_git_commit():


__commit__ = _get_git_commit()
__version__ = '1.0.0-dev0'
__version__ = '0.7.0'
__root_dir__ = os.path.dirname(os.path.abspath(__file__))


Expand Down

0 comments on commit 3f62588

Please sign in to comment.