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 ca2feb9 + c96ea9d commit ae64bb4Copy full SHA for ae64bb4
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.10.1'
+__version__ = 'v0.11.0'
26
XPK_CURRENT_VERSION = __version__
27
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
28
0 commit comments