-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump for cobaya release (#83)
- Loading branch information
1 parent
3b82e72
commit 2666214
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = "1.20.0" | ||
__version__ = "1.20.1" | ||
from pypolychord.settings import PolyChordSettings | ||
from pypolychord.polychord import run_polychord |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ subroutine write_opening_statement(settings) | |
write(stdout_unit,'("")') | ||
write(stdout_unit,'("PolyChord: Next Generation Nested Sampling")') | ||
write(stdout_unit,'("copyright: Will Handley, Mike Hobson & Anthony Lasenby")') | ||
write(stdout_unit,'(" version: 1.20.0")') | ||
write(stdout_unit,'(" version: 1.20.1")') | ||
write(stdout_unit,'(" release: 1st June 2021")') | ||
write(stdout_unit,'(" email: [email protected]")') | ||
write(stdout_unit,'("")') | ||
|