diff --git a/RELEASE.md b/RELEASE.md index c4083b6..acf1166 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,11 @@ pip install twine ``` +- You must install [setuptools](https://pypi.org/project/setuptools/) +``` +pip install setuptools +``` + ## Prepare the release - Increment `version` in the `setup.py` file, ensuring that you use [Semantic Versioning](http://semver.org/). diff --git a/setup.py b/setup.py index 4df47f4..f1b2351 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="createsend", - version='8.0.1', + version='8.0.2', description="A library which implements the complete functionality of the Campaign Monitor API.", author='Campaign Monitor', author_email='support@campaignmonitor.com',