diff --git a/README.md b/README.md index 49176c1..c217659 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Aspose.Email Cloud is a REST API for creating email applications that work with ## How to use the SDK? The complete source code is available in the GIT repository. -Use reference documentation, available [**here**](sdk/docs/README.md) +Use [reference documentation](https://github.com/aspose-email-cloud/aspose-email-cloud-python/blob/master/sdk/docs/README.md), [examples from this document](#usage-examples) and [wiki](https://github.com/aspose-email-cloud/aspose-email-cloud-python/wiki) ### Prerequisites @@ -232,4 +232,4 @@ All Aspose.Email Cloud SDKs, helper scripts and templates are licensed under [MI + [**Git repository: Aspose.Email Cloud SDK for Python**](https://github.com/aspose-email-cloud/aspose-email-cloud-python) + [**Git repository: Aspose.Email Cloud SDK for PHP**](https://github.com/aspose-email-cloud/aspose-email-cloud-php) + [**Git repository: Aspose.Email Cloud SDK for Typescript**](https://github.com/aspose-email-cloud/aspose-email-cloud-node) -+ [**Git repository: Aspose.Email Cloud SDK for Java**](https://github.com/aspose-email-cloud/aspose-email-cloud-java) \ No newline at end of file ++ [**Git repository: Aspose.Email Cloud SDK for Java**](https://github.com/aspose-email-cloud/aspose-email-cloud-java) diff --git a/sdk/setup.py b/sdk/setup.py index e1da886..5b57bd4 100644 --- a/sdk/setup.py +++ b/sdk/setup.py @@ -8,7 +8,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "aspose-email-cloud" -VERSION = "19.12.1" +VERSION = "20.1.0" # To install the library, run the following # # python setup.py install