We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be5a2e commit 40db2e4Copy full SHA for 40db2e4
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
[project]
5
name = "thecompaniesapi"
6
-version = "0.0.1"
+version = "1.0.2"
7
authors = [{ name = "The Companies API SARL", email = "yael@thecompaniesapi.com" }]
8
dependencies = [
9
"requests >= 2.28.1",
src/thecompaniesapi/sdk.py
@@ -47,7 +47,7 @@ def _setup_default_headers(self) -> None:
47
self.session.headers.update({
48
'Content-Type': 'application/json',
49
'Accept': 'application/json',
50
- 'User-Agent': 'thecompaniesapi-python-sdk/0.0.1'
+ 'User-Agent': 'thecompaniesapi-python-sdk/1.0.2'
51
})
52
53
# Add authorization if token provided
0 commit comments