From ce1aa5b296ef1ecbe1dede97a34aa40a9d5ca06f Mon Sep 17 00:00:00 2001 From: Will Handley Date: Fri, 30 Jun 2023 11:56:30 +0100 Subject: [PATCH] anesthetic update (#8) * bump version to 0.1.2 * now using the latest version of anesthetic --- README.rst | 2 +- pyproject.toml | 2 +- unimpeded/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 19e394a..ff2aef4 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.1.1 +:Version: 0.1.2 :Homepage: https://github.com/handley-lab/unimpeded :Documentation: http://unimpeded.readthedocs.io/ diff --git a/pyproject.toml b/pyproject.toml index 41b7ebc..ece4a29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = {file = "LICENSE"} requires-python = ">=3.8" dependencies = [ "requests", - "anesthetic>=2.0.0b40", + "anesthetic", ] classifiers = [ "Programming Language :: Python :: 3", diff --git a/unimpeded/_version.py b/unimpeded/_version.py index df9144c..10939f0 100644 --- a/unimpeded/_version.py +++ b/unimpeded/_version.py @@ -1 +1 @@ -__version__ = '0.1.1' +__version__ = '0.1.2'