Skip to content

Commit

Permalink
Release 0.5.0 (#3211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Feb 26, 2024
1 parent 51e285e commit 1e4e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_git_commit():


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

# Keep this order to avoid cyclic imports
Expand Down

0 comments on commit 1e4e871

Please sign in to comment.