Skip to content

Commit 2f5f5cd

Browse files
authored
Merge main back to develop for v0.14.1 (#732)
* Release v0.13.0 * Release v0.13.0 * Release v0.14.0 * Release v0.14.1
1 parent 98f824b commit 2f5f5cd

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

0 commit comments

Comments
 (0)