Skip to content

Commit bc30c0b

Browse files
Release 0.6.1 (#3773)
1 parent 5bd26d9 commit bc30c0b

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.6.1"

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.6.1'
3939
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
4040

4141

0 commit comments

Comments
 (0)