Skip to content

Commit 11e684c

Browse files
committed
Release 0.7.1
1 parent 688740f commit 11e684c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notion_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def client(self, client: Union[httpx.Client, httpx.AsyncClient]) -> None:
8686
client.headers = httpx.Headers(
8787
{
8888
"Notion-Version": self.options.notion_version,
89-
"User-Agent": "ramnes/[email protected].0",
89+
"User-Agent": "ramnes/[email protected].1",
9090
}
9191
)
9292
if self.options.auth:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def get_description():
88

99
setup(
1010
name="notion-client",
11-
version="0.7.0",
11+
version="0.7.1",
1212
url="https://github.com/ramnes/notion-sdk-py",
1313
author="Guillaume Gelin",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)