From 07ac0ed5e81d5d5fb42de63db3cf9ccc9135b88c Mon Sep 17 00:00:00 2001 From: hpesonen Date: Wed, 13 Oct 2021 21:02:35 +0300 Subject: [PATCH] Bump version to 0.8.2 --- CHANGELOG.rst | 2 +- README.md | 2 +- elfi/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bf0f608c..bce3f206 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -0.8.1 (2021-10-12) +0.8.2 (2021-10-13) ------------------ - Relax tightly pinned dependency on a version of dask[distributed] - Change lotka-volterra priors to follow the given reference diff --git a/README.md b/README.md index f6e53f01..0cd0a507 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Version 0.8.1 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). +**Version 0.8.2 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). diff --git a/elfi/__init__.py b/elfi/__init__.py index 9d015b6e..e3cb0039 100644 --- a/elfi/__init__.py +++ b/elfi/__init__.py @@ -30,4 +30,4 @@ __email__ = 'elfi-support@hiit.fi' # make sure __version_ is on the last non-empty line (read by setup.py) -__version__ = '0.8.1' +__version__ = '0.8.2'