diff --git a/CHANGELOG.md b/CHANGELOG.md index a80a22d..6db3e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/mumin/__init__.py b/mumin/__init__.py index a9ed447..0b514af 100644 --- a/mumin/__init__.py +++ b/mumin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.3' +__version__ = '0.1.4' # Set up logging import logging