Skip to content

Commit

Permalink
feat: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Feb 19, 2022
1 parent f419eeb commit 8be8093
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
Expand Up @@ -8,7 +8,7 @@ and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v1.4.0] - 2022-02-19
### Added
- The `to_dgl` method is now being parallelised, speeding export up
significantly.
Expand Down
2 changes: 1 addition & 1 deletion mumin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.3.0'
__version__ = '1.4.0'

# Set up logging
import logging
Expand Down

0 comments on commit 8be8093

Please sign in to comment.