Skip to content

Commit 3b81747

Browse files
authoredJan 28, 2025··
chore: update dev version (#480)
1 parent f921d12 commit 3b81747

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed
 

‎.vscode/settings.json

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
{
2-
"python.testing.pytestEnabled": true,
3-
"python.testing.pytestArgs": [
4-
"tests"
5-
],
6-
"flake8.importStrategy": "fromEnvironment",
7-
"mypy-type-checker.importStrategy": "fromEnvironment",
8-
"isort.importStrategy": "fromEnvironment",
9-
"black-formatter.importStrategy": "fromEnvironment",
10-
"workbench.colorCustomizations": {
11-
"activityBar.background": "#121D85",
12-
"titleBar.activeBackground": "#1A28BA",
13-
"titleBar.activeForeground": "#F9FAFE"
14-
},
2+
"python.testing.pytestEnabled": true,
3+
"python.testing.pytestArgs": ["tests"],
4+
"flake8.importStrategy": "fromEnvironment",
5+
"mypy-type-checker.importStrategy": "fromEnvironment",
6+
"isort.importStrategy": "fromEnvironment",
7+
"black-formatter.importStrategy": "fromEnvironment"
158
}

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "descope"
3-
version = "0.0.dev3"
3+
version = "1.0.dev"
44
description = "Descope Python SDK"
55
authors = ["Descope <info@descope.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.