Skip to content

Commit 1ffe585

Browse files
authored
Release 0.9.1 (#5372)
bump version to 0.9.1 for dashboard files
1 parent 58a4a97 commit 1ffe585

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
@@ -26,7 +26,7 @@ RUN conda install -c conda-forge google-cloud-sdk && \
2626
# Install uv and skypilot
2727
curl -LsSf https://astral.sh/uv/install.sh | sh && \
2828
~/.local/bin/uv pip install --prerelease allow azure-cli --system && \
29-
~/.local/bin/uv pip install skypilot[all]==0.9.0 --system && \
29+
~/.local/bin/uv pip install skypilot[all]==0.9.1 --system && \
3030
# Cleanup all caches to reduce the image size
3131
conda clean -afy && \
3232
~/.local/bin/uv cache clean && \

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__ = '0.9.0'
38+
__version__ = '0.9.1'
3939
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
4040

4141

0 commit comments

Comments
 (0)