Skip to content

Commit 6a95085

Browse files
committed
Updated wrapper version to 6.1.0
1 parent 28afd8c commit 6a95085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Latest stable version is: https://github.com/sendinblue/APIv3-python-library/tree/v4.2.2**
1+
**Our library is now compatible with python 3.7 . Please use: https://github.com/sendinblue/APIv3-python-library/tree/v6.1.0**
22

33
# SendinBlue's API v3 Python Library
44

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

1717
## Requirements.
1818

19-
Compatible from Python version 2.7 to 3.5
19+
Compatible from Python version 2.7 to 3.5+
2020

2121
## Installation & Usage
2222
### pip install

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "sib-api-v3-sdk"
17-
VERSION = "7.0.0"
17+
VERSION = "6.1.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)