From b632a12f838aec64f40dc02d5be2b60f88615a7d Mon Sep 17 00:00:00 2001 From: AdamOrmondroyd Date: Tue, 28 May 2024 13:27:02 +0100 Subject: [PATCH] bump version to 2.8.13 --- README.rst | 2 +- anesthetic/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 53e3bbee..f6e4a3a2 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ anesthetic: nested sampling post-processing =========================================== :Authors: Will Handley and Lukas Hergt -:Version: 2.8.12 +:Version: 2.8.13 :Homepage: https://github.com/handley-lab/anesthetic :Documentation: http://anesthetic.readthedocs.io/ diff --git a/anesthetic/_version.py b/anesthetic/_version.py index 2819820c..8651a139 100644 --- a/anesthetic/_version.py +++ b/anesthetic/_version.py @@ -1 +1 @@ -__version__ = '2.8.12' +__version__ = '2.8.13'