Skip to content

Commit

Permalink
0.4.1 version/commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Oct 27, 2023
1 parent acd5ab7 commit 164939b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess

# Replaced with the current commit when building the wheels.
_SKYPILOT_COMMIT_SHA = '{{SKYPILOT_COMMIT_SHA}}'
_SKYPILOT_COMMIT_SHA = 'acd5ab70f5ac0249e0f18a05855164091fba796a'


def get_git_commit():
Expand Down Expand Up @@ -33,7 +33,7 @@ def get_git_commit():


__commit__ = get_git_commit()
__version__ = '1.0.0-dev0'
__version__ = '0.4.1'
__root_dir__ = os.path.dirname(os.path.abspath(__file__))

# Keep this order to avoid cyclic imports
Expand Down

0 comments on commit 164939b

Please sign in to comment.