-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #445 Release 0.2.5 Reviewed By: ldworkin Differential Revision: D21574340 fbshipit-source-id: f3751a1d69eb669886e3b343d313a5890c089332
- Loading branch information
1 parent
6e02eb1
commit 8ca4ac2
Showing
2 changed files
with
12 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
from botorch.utils import manual_seed | ||
|
||
|
||
__version__ = "0.2.4" | ||
__version__ = "0.2.5" | ||
|
||
|
||
__all__ = [ | ||
|