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 26fc42b + ab5bc71 commit babe94bCopy full SHA for babe94b
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.9.0'
+__version__ = 'v0.10.0'
26
XPK_CURRENT_VERSION = __version__
27
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
28
0 commit comments