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__))