From 27daa12b971a2933d3e63471f53b674bfaf3fabf Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 8 Jun 2024 08:20:09 +0100 Subject: [PATCH 1/2] Fix version --- hyperspy_gui_ipywidgets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From a0219bb4d2ff9fcc8f152ced06393e7ae74e78c8 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 8 Jun 2024 09:12:57 +0100 Subject: [PATCH 2/2] Add changelog entry --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) 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)).