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.
1 parent 507b7fd commit 4744188Copy full SHA for 4744188
cirro/api/config.py
@@ -24,7 +24,7 @@ class UserConfig(NamedTuple):
24
25
def save_user_config(user_config: UserConfig):
26
original_user_config = load_user_config()
27
- ini_config = configparser.SafeConfigParser()
+ ini_config = configparser.ConfigParser()
28
ini_config['General'] = {
29
'auth_method': user_config.auth_method,
30
'base_url': Constants.default_base_url,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cirro"
3
-version = "0.8.3"
+version = "0.8.4"
4
description = "CLI tool and SDK for interacting with the Cirro platform"
5
authors = ["Cirro Bio <support@cirro.bio>"]
6
license = "MIT"
0 commit comments