Skip to content

Commit 40db2e4

Browse files
committed
feat: package
update version
1 parent 3be5a2e commit 40db2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44
[project]
55
name = "thecompaniesapi"
6-
version = "0.0.1"
6+
version = "1.0.2"
77
authors = [{ name = "The Companies API SARL", email = "yael@thecompaniesapi.com" }]
88
dependencies = [
99
"requests >= 2.28.1",

src/thecompaniesapi/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _setup_default_headers(self) -> None:
4747
self.session.headers.update({
4848
'Content-Type': 'application/json',
4949
'Accept': 'application/json',
50-
'User-Agent': 'thecompaniesapi-python-sdk/0.0.1'
50+
'User-Agent': 'thecompaniesapi-python-sdk/1.0.2'
5151
})
5252

5353
# Add authorization if token provided

0 commit comments

Comments
 (0)