Skip to content

Commit c521b22

Browse files
authored
Bump version (#388)
1 parent 292f3ad commit c521b22

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
3-
3+
4+
0.8.1 (2021-10-12)
5+
------------------
46
- Relax tightly pinned dependency on a version of dask[distributed]
57
- Change lotka-volterra priors to follow the given reference
68
- Fix README.md badges

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.8.0 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
1+
**Version 0.8.1 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
22

33
<img src="https://raw.githubusercontent.com/elfi-dev/elfi/dev/docs/logos/elfi_logo_text_nobg.png" width="200" />
44

elfi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
__email__ = 'elfi-support@hiit.fi'
3131

3232
# make sure __version_ is on the last non-empty line (read by setup.py)
33-
__version__ = '0.8.0'
33+
__version__ = '0.8.1'

0 commit comments

Comments
 (0)