We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8560485 + 11728f8 commit b5262a2Copy full SHA for b5262a2
src/xpk/core/config.py
@@ -22,7 +22,7 @@
22
from ..utils.console import xpk_print
23
24
# This is the version for XPK PyPI package
25
-__version__ = 'v0.14.1'
+__version__ = 'v0.14.2'
26
XPK_CURRENT_VERSION = __version__
27
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
28
0 commit comments