Skip to content

Commit

Permalink
Release 0.6.1 (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj authored Jul 26, 2024
1 parent 5bd26d9 commit bc30c0b
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.6.1"
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.6.1'
__root_dir__ = os.path.dirname(os.path.abspath(__file__))


Expand Down

0 comments on commit bc30c0b

Please sign in to comment.