Skip to content

Commit b9e2600

Browse files
author
Dan Hertz
authored
Merge pull request #27 from nightfallai/cut-1.2.0
cut new release
2 parents bd8951b + 47d9a7b commit b9e2600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nightfall/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, key: Optional[str] = None, signing_secret: Optional[str] = No
5151
self.session.mount('https://', HTTPAdapter(max_retries=retries))
5252
self.session.headers = {
5353
"Content-Type": "application/json",
54-
"User-Agent": "nightfall-python-sdk/1.1.1",
54+
"User-Agent": "nightfall-python-sdk/1.2.0",
5555
'Authorization': f'Bearer {self.key}',
5656
}
5757

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name="nightfall",
12-
version="1.1.1",
12+
version="1.2.0",
1313
description="Python SDK for Nightfall",
1414
long_description=readme(),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)