diff --git a/CHANGES.md b/CHANGES.md index b0daaca..d851560 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,13 @@ -v1.0.6 (unreleased) +v1.0.7 (unreleased) =================== -- Added SciencePlots to Zenodo: - - archiving service -- Misc changes to README: +v1.0.6 (19-Oct-2020) +==================== + +- The main reason for this release is to trigger Zenodo: + - I've added SciencePlots to Zenodo (an archiving service). + - It only archives after new releases, so I will make a trivial version bump. +- Trivial changes to README: - Added installation info for Google Colab, Jupyter Notebooks, etc. - Added PyPI badge - Added more papers to list diff --git a/setup.py b/setup.py index 1435ffd..aa1bd1b 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def __init__(self, *args, **kwargs): setup( name='SciencePlots', - version='1.0.5', + version='1.0.6', author="John Garrett", author_email="garrettj403@gmail.com", description="Format Matplotlib for scientific plotting",