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 ceff291 + ad39147 commit cd17009Copy full SHA for cd17009
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.8.0'
+__version__ = 'v0.9.0'
26
XPK_CURRENT_VERSION = __version__
27
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
28
0 commit comments