diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | botorch.spec | 2 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1 +1,2 @@ /botorch-0.9.5.tar.gz +/botorch-0.10.0.tar.gz diff --git a/botorch.spec b/botorch.spec index 95c4ee1..e239313 100644 --- a/botorch.spec +++ b/botorch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: botorch -Version: 0.9.5 +Version: 0.10.0 Release: 1 Summary: Bayesian optimization in PyTorch License: MIT @@ -1 +1 @@ -a567a6b01152955abaccb8e58c3473d4 botorch-0.9.5.tar.gz +7c3634363b6519755b24dd051874caaa botorch-0.10.0.tar.gz |