Skip to content

Commit e776c29

Browse files
authored
Merge pull request #560 from AI-Hypercomputer/ppawl-merge-main-release-0.10.1
Merge main release 0.10.1
2 parents 44b6d7b + bf6fcaf commit e776c29

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.10.0'
25+
__version__ = 'v0.10.1'
2626
XPK_CURRENT_VERSION = __version__
2727
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
2828

0 commit comments

Comments
 (0)