From 65da69cdad95e3f8e9273ed5033322f0c01f31fd Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:45:28 +0100 Subject: [PATCH] Bump to v2.0.0 --- CHANGES.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index af8fd41..84e90a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +v2.0.0 (21-Nov-2022) +==================== +- Fix import on case sensitive OSs +- Finally bump to this version, following breaking change of distribution + v1.1.0 (07-Nov-2022) ==================== - Major change in distribution system diff --git a/setup.py b/setup.py index 219d926..7913b73 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='SciencePlots', - version='1.1.1', + version='2.0.0', author="John Garrett", author_email="garrettj403@gmail.com", description="Format Matplotlib for scientific plotting",