Skip to content

Commit

Permalink
Merge pull request #64 from ericpre/fix_version
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
ericpre authored Jun 8, 2024
2 parents 2ef9f65 + a0219bb commit 31fde99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion hyperspy_gui_ipywidgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 31fde99

Please sign in to comment.