Skip to content

Commit

Permalink
cut new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Hertz committed Dec 7, 2021
1 parent bd8951b commit 47d9a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nightfall/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, key: Optional[str] = None, signing_secret: Optional[str] = No
self.session.mount('https://', HTTPAdapter(max_retries=retries))
self.session.headers = {
"Content-Type": "application/json",
"User-Agent": "nightfall-python-sdk/1.1.1",
"User-Agent": "nightfall-python-sdk/1.2.0",
'Authorization': f'Bearer {self.key}',
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setup(
name="nightfall",
version="1.1.1",
version="1.2.0",
description="Python SDK for Nightfall",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 47d9a7b

Please sign in to comment.