Skip to content

Commit 641b61b

Browse files
authored
add version header (#38)
1 parent ab7fe69 commit 641b61b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

authsignal/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def __init__(self, timeout, api_key):
4444
"Content-Type": "application/json",
4545
"Accept": "*/*",
4646
"User-Agent": "authsignal-python-sdk/" + VERSION,
47+
"X-Authsignal-Version": VERSION,
4748
}
4849
)
4950

authsignal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.0.3"
1+
VERSION = "4.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "authsignal"
3-
version = "4.0.3"
3+
version = "4.1.0"
44
description = "Authsignal Python SDK for Passwordless Step Up Authentication"
55
authors = ["justinsoong <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)