Skip to content

Commit c2c49a6

Browse files
authored
Release v0.8.0 (#4673)
Release v0.8.0
1 parent 1fe3fab commit c2c49a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

4141

0 commit comments

Comments
 (0)