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

Commit b5e739a

Browse files
author
Ben Dezile
committed
Bumped version
1 parent 3411556 commit b5e739a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hellosign_sdk/hsclient.py

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

40-
version = '3.8.4' # SDK version
40+
version = '3.8.5' # SDK version
4141
API_VERSION = 'v3' # API version
4242
API_URL = ''
4343

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.4',
14+
version='3.8.5',
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)