We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9814e4a commit f42c032Copy full SHA for f42c032
sky/__init__.py
@@ -3,7 +3,7 @@
3
4
# Replaced with the current commit when building the wheels.
5
__commit__ = '{{SKYPILOT_COMMIT_SHA}}'
6
-__version__ = '1.0.0-dev0'
+__version__ = '0.3.3'
7
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
8
9
# Keep this order to avoid cyclic imports
0 commit comments