Skip to content

Commit

Permalink
Version 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
russella-acm committed Dec 6, 2024
1 parent cf34077 commit 64ab860
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 64ab860

Please sign in to comment.