From 2f5f27e025aa675e654640f5365457374659601c Mon Sep 17 00:00:00 2001 From: Will Handley Date: Tue, 9 Apr 2024 19:27:04 +0100 Subject: [PATCH] bump version to 0.2.2 --- README.rst | 2 +- unimpeded/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d1693fa..7a86291 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ unimpeded: Universal model comparison & parameter estimation distributed over ev =========================================================================================== :unimpeded: Universal model comparison & parameter estimation distributed over every dataset :Author: Will Handley -:Version: 0.2.1 +:Version: 0.2.2 :Homepage: https://github.com/handley-lab/unimpeded :Documentation: http://unimpeded.readthedocs.io/ diff --git a/unimpeded/_version.py b/unimpeded/_version.py index 3ced358..b5fdc75 100644 --- a/unimpeded/_version.py +++ b/unimpeded/_version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"