Skip to content

Commit

Permalink
Prepare v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed May 5, 2022
1 parent 1b3e7ca commit 4bb396b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [UNRELEASED] - XXXX-XX-XX
## [0.8.4] - 2022-05-05
### Added
- Support importing 1D arrays from .mat files ([#348](https://github.com/cbrnr/mnelab/pull/348) by [Clemens Brunner](https://github.com/cbrnr))

Expand Down
2 changes: 1 addition & 1 deletion mnelab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .mainwindow import MainWindow
from .model import Model

__version__ = "0.9.0.dev0"
__version__ = "0.8.4"


def main():
Expand Down

0 comments on commit 4bb396b

Please sign in to comment.