We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e7265 commit 3f62588Copy full SHA for 3f62588
Dockerfile
@@ -8,4 +8,4 @@ RUN conda install -c conda-forge google-cloud-sdk && \
8
rm -rf /var/lib/apt/lists/*
9
10
# Install sky
11
-RUN pip install --no-cache-dir "skypilot[all]==0.6.0"
+RUN pip install --no-cache-dir "skypilot[all]==0.7.0"
sky/__init__.py
@@ -35,7 +35,7 @@ def _get_git_commit():
35
36
37
__commit__ = _get_git_commit()
38
-__version__ = '1.0.0-dev0'
+__version__ = '0.7.0'
39
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
40
41
0 commit comments