Skip to content

Commit a6fc24a

Browse files
committed
version bump
1 parent db5e2d3 commit a6fc24a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Klaviyo Python SDK
22

3-
- SDK version: 1.0.0
3+
- SDK version: 1.0.1
44
- API revision: 2022-10-17
55

66
## Helpful Resources

openapi_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "1.0.0"
14+
__version__ = "1.0.1"
1515

1616
# import ApiClient
1717
from openapi_client.api_client import ApiClient

openapi_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'klaviyo-python-sdk-beta/1.0.0'
80+
self.user_agent = 'klaviyo-python-sdk-beta/1.0.1'
8181

8282
def __enter__(self):
8383
return self

openapi_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def to_debug_report(self):
410410
"OS: {env}\n"\
411411
"Python Version: {pyversion}\n"\
412412
"Version of the API: 2022-10-17\n"\
413-
"SDK Package Version: 1.0.0".\
413+
"SDK Package Version: 1.0.1".\
414414
format(env=sys.platform, pyversion=sys.version)
415415

416416
def get_host_settings(self):

0 commit comments

Comments
 (0)