From 8285b4976a2208a8155728b4a31913d956161255 Mon Sep 17 00:00:00 2001 From: Will Handley Date: Fri, 1 Dec 2023 13:49:22 +0000 Subject: [PATCH] __init__.py docstring correction (#33) --- README.rst | 2 +- lsbi/__init__.py | 2 +- lsbi/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5e8a45f..f8fe103 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ lsbi: Linear Simulation Based Inference ======================================= :lsbi: Linear Simulation Based Inference :Author: Will Handley & David Yallup -:Version: 0.11.1 +:Version: 0.11.2 :Homepage: https://github.com/handley-lab/lsbi :Documentation: http://lsbi.readthedocs.io/ diff --git a/lsbi/__init__.py b/lsbi/__init__.py index d2f1c21..819dd94 100644 --- a/lsbi/__init__.py +++ b/lsbi/__init__.py @@ -1,2 +1,2 @@ -"""unimpeded: Universal model comparison & parameter estimation.""" +"""lsbi: Linear Simulation Based Inference.""" from lsbi._version import __version__ # noqa: F401 diff --git a/lsbi/_version.py b/lsbi/_version.py index fee46bd..e2bd072 100644 --- a/lsbi/_version.py +++ b/lsbi/_version.py @@ -1 +1 @@ -__version__ = "0.11.1" +__version__ = "0.11.2"