Skip to content

Commit cd17009

Browse files
authored
Merge pull request #539 from AI-Hypercomputer/main
Merge main to develop
2 parents ceff291 + ad39147 commit cd17009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ..utils.console import xpk_print
2323

2424
# This is the version for XPK PyPI package
25-
__version__ = 'v0.8.0'
25+
__version__ = 'v0.9.0'
2626
XPK_CURRENT_VERSION = __version__
2727
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
2828

0 commit comments

Comments
 (0)