From 17b9e1995a4684a498be76a8a79f635c1aebeb50 Mon Sep 17 00:00:00 2001 From: Romil Bhardwaj Date: Mon, 22 Jul 2024 16:37:18 -0700 Subject: [PATCH] Release 0.6.1 --- Dockerfile | 2 +- sky/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97b39935090..3194c2ead8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/sky/__init__.py b/sky/__init__.py index a077fb8966a..83332acca71 100644 --- a/sky/__init__.py +++ b/sky/__init__.py @@ -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__))