Skip to content

Commit

Permalink
feat: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Sep 13, 2021
1 parent 4b446d8 commit 0755f5b
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]
## [v0.1.4] - 2021-09-13
### Fixed
- Include `(:User)-[:POSTED]->(:Reply)` in the dataset, extracted from the
rehydrated reply and quote tweets.
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__ = '0.1.3'
__version__ = '0.1.4'

# Set up logging
import logging
Expand Down

0 comments on commit 0755f5b

Please sign in to comment.