Skip to content

Commit

Permalink
anesthetic update (#8)
Browse files Browse the repository at this point in the history
* bump version to 0.1.2

* now using the latest version of anesthetic
  • Loading branch information
williamjameshandley authored Jun 30, 2023
1 parent 57ca00c commit ce1aa5b
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 @@ 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/

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"requests",
"anesthetic>=2.0.0b40",
"anesthetic",
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion unimpeded/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit ce1aa5b

Please sign in to comment.