Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
updated version to reflect new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-batscha committed Dec 16, 2021
1 parent 1f6d080 commit 7d4d145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Klaviyo Python SDK

- SDK version: 1.0.0.20211126
- SDK version: 1.0.1.20211126

## Helpful Resources

Expand Down
2 changes: 1 addition & 1 deletion klaviyo_sdk/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def wrapped_func(person_id='PERSON_ID', params={}):

headers = {
"Accept": "application/json",
"user-agent" : "klaviyo-python/1.0.0.20211126"
"user-agent" : "klaviyo-python/1.0.1.20211126"
}

response = requests.request("PUT", url, headers=headers, params=querystring)
Expand Down
2 changes: 1 addition & 1 deletion swagger_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'klaviyo-python/1.0.0.20211126'
self.user_agent = 'klaviyo-python/1.0.1.20211126'

def __del__(self):
self.pool.close()
Expand Down

0 comments on commit 7d4d145

Please sign in to comment.