We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f419eeb commit 8be8093Copy full SHA for 8be8093
CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to
8
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
9
10
11
-## [Unreleased]
+## [v1.4.0] - 2022-02-19
12
### Added
13
- The `to_dgl` method is now being parallelised, speeding export up
14
significantly.
mumin/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.3.0'
+__version__ = '1.4.0'
2
3
# Set up logging
4
import logging
0 commit comments