We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf34077 commit 64ab860Copy full SHA for 64ab860
RELEASE.md
@@ -8,6 +8,11 @@
8
pip install twine
9
```
10
11
+- You must install [setuptools](https://pypi.org/project/setuptools/)
12
+```
13
+pip install setuptools
14
15
+
16
## Prepare the release
17
18
- Increment `version` in the `setup.py` file, ensuring that you use [Semantic Versioning](http://semver.org/).
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="createsend",
5
- version='8.0.1',
+ version='8.0.2',
6
description="A library which implements the complete functionality of the Campaign Monitor API.",
7
author='Campaign Monitor',
author_email='[email protected]',
0 commit comments