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

Commit

Permalink
Bump setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Todorov committed Apr 1, 2020
1 parent 0646b6a commit 43b0a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ def readme():

setup(
name='hellosign-python-sdk',
version='3.9.0',
version='4.0.0',
description="A Python wrapper for the HelloSign API (http://www.hellosign.com/api)",
long_description=readme(),
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
'Programming Language :: Python :: 3.7'
],
keywords='hellosign python sdk',
url='https://github.com/hellosign/hellosign-python-sdk',
Expand Down

0 comments on commit 43b0a5a

Please sign in to comment.