Skip to content

Commit 8be8093

Browse files
committed
feat: v1.4.0
1 parent f419eeb commit 8be8093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to
88
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

1010

11-
## [Unreleased]
11+
## [v1.4.0] - 2022-02-19
1212
### Added
1313
- The `to_dgl` method is now being parallelised, speeding export up
1414
significantly.

mumin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.3.0'
1+
__version__ = '1.4.0'
22

33
# Set up logging
44
import logging

0 commit comments

Comments
 (0)