Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 520b6d6

Browse files
committed
Version bump to 3.8.7
1 parent 4e3a6de commit 520b6d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hellosign_sdk/hsclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class HSClient(object):
3636
3737
'''
3838

39-
version = '3.8.5' # SDK version
39+
version = '3.8.7' # SDK version
4040
API_VERSION = 'v3' # API version
4141
API_URL = ''
4242

setup.py

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

1212
setup(
1313
name='hellosign-python-sdk',
14-
version='3.8.6',
14+
version='3.8.7',
1515
description="A Python wrapper for the HelloSign API (http://www.hellosign.com/api)",
1616
long_description=readme(),
1717
classifiers=[

0 commit comments

Comments
 (0)