Skip to content

Commit

Permalink
Bump version number to 0.3.1 and bump pinned botorch version (#1518)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1518

Reviewed By: saitcakmak

Differential Revision: D44104195

fbshipit-source-id: c0792fc8a86e1c811ffa57a615e5efefb84eae2f
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Mar 15, 2023
1 parent 767e7d8 commit 774e833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ax/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

__version__: str = "0.3.0"
__version__: str = "0.3.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import find_packages, setup

# TODO: read pinned Botorch version from a shared source
PINNED_BOTORCH_VERSION = "0.8.2"
PINNED_BOTORCH_VERSION = "0.8.3"

if os.environ.get("ALLOW_BOTORCH_LATEST"):
# allows a more recent previously installed version of botorch to remain
Expand Down

0 comments on commit 774e833

Please sign in to comment.