From 0b549bd93522bd2a43644df82ff0c16c4e3d1a19 Mon Sep 17 00:00:00 2001 From: AdamOrmondroyd Date: Sun, 24 Sep 2023 12:08:03 +0100 Subject: [PATCH] version bump --- README.rst | 2 +- anesthetic/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6d05d9a2..e59d3737 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ anesthetic: nested sampling post-processing =========================================== :Authors: Will Handley and Lukas Hergt -:Version: 2.3.3 +:Version: 2.3.4 :Homepage: https://github.com/handley-lab/anesthetic :Documentation: http://anesthetic.readthedocs.io/ diff --git a/anesthetic/_version.py b/anesthetic/_version.py index 8a242cd3..6ec85d61 100644 --- a/anesthetic/_version.py +++ b/anesthetic/_version.py @@ -1 +1 @@ -__version__ = '2.3.3' +__version__ = '2.3.4'