Skip to content

Commit

Permalink
__init__.py docstring correction (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley authored Dec 1, 2023
1 parent aca0d74 commit 8285b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion lsbi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""unimpeded: Universal model comparison & parameter estimation."""
"""lsbi: Linear Simulation Based Inference."""
from lsbi._version import __version__ # noqa: F401
2 changes: 1 addition & 1 deletion lsbi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.1"
__version__ = "0.11.2"

0 comments on commit 8285b49

Please sign in to comment.