diff --git a/CHANGES.md b/CHANGES.md index 8f1ca74..d9cedc9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ See https://keepachangelog.com for details ## v2.1.0 (UNRELEASED) +* Fix incorrect library version ([#64](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/64)) ## v2.0.1 (2024-08-05) * Add releasing guide and release script ([#59](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/59)). diff --git a/hyperspy_gui_ipywidgets/__init__.py b/hyperspy_gui_ipywidgets/__init__.py index e9303b1..8c9f729 100644 --- a/hyperspy_gui_ipywidgets/__init__.py +++ b/hyperspy_gui_ipywidgets/__init__.py @@ -22,7 +22,7 @@ from pathlib import Path -__version__ = version("rosettasciio") +__version__ = version("hyperspy_gui_ipywidgets") # For development version, `setuptools_scm` will be used at build time # to get the dev version, in case of missing vcs information (git archive,