Skip to content

Commit ae64bb4

Browse files
committed
Merge branch 'main' into develop
2 parents ca2feb9 + c96ea9d commit ae64bb4

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

0 commit comments

Comments
 (0)