diff --git a/CHANGES.md b/CHANGES.md index d59f430..782f3e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,8 @@ See https://keepachangelog.com for details ## v2.1.0 (UNRELEASED) + +## v2.0.3 (2024-10-11) * Fix test suite after `eXSpy` API changes in [hyperspy/exspy#59](https://github.com/hyperspy/exspy/pull/59) ([#69](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/69)) ## v2.0.2 (2024-06-09) diff --git a/pyproject.toml b/pyproject.toml index 3906388..33d35ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,4 +94,4 @@ include = ["hyperspy_gui_ipywidgets*"] [tool.setuptools_scm] # Presence enables setuptools_scm, the version will be determine at build time from git # The version will be updated by the `prepare_release.py` script -fallback_version = "2.0.3.dev0" +fallback_version = "2.0.4.dev0"