Skip to content

Commit

Permalink
Updated wrapper version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aakanksha-sib committed Mar 20, 2020
1 parent 28afd8c commit 6a95085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Latest stable version is: https://github.com/sendinblue/APIv3-python-library/tree/v4.2.2**
**Our library is now compatible with python 3.7 . Please use: https://github.com/sendinblue/APIv3-python-library/tree/v6.1.0**

# SendinBlue's API v3 Python Library

Expand All @@ -16,7 +16,7 @@ For more information, please visit [https://account.sendinblue.com/support](http

## Requirements.

Compatible from Python version 2.7 to 3.5
Compatible from Python version 2.7 to 3.5+

## Installation & Usage
### pip install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "sib-api-v3-sdk"
VERSION = "7.0.0"
VERSION = "6.1.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 6a95085

Please sign in to comment.