Skip to content

Commit f8a1504

Browse files
committed
Update version to 2.11.13 in version.py and change DEFAULT_CONFIG_PATH in config.py to use Path for improved path handling.
1 parent e0176c7 commit f8a1504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qulab/cli/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import click
88
from loguru import logger
99

10-
DEFAULT_CONFIG_PATH = os.path.expanduser("~/.qulab.ini")
10+
DEFAULT_CONFIG_PATH = Path(os.path.expanduser("~/.qulab.ini"))
1111
ENV_PREFIX = "QULAB_"
1212

1313

qulab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.12"
1+
__version__ = "2.11.13"

0 commit comments

Comments
 (0)