Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Feb 24, 2024
1 parent c20fdab commit f2c8af9
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 f2c8af9

Please sign in to comment.