Skip to content

Commit 774e833

Browse files
mpolson64facebook-github-bot
authored andcommitted
Bump version number to 0.3.1 and bump pinned botorch version (#1518)
Summary: Pull Request resolved: #1518 Reviewed By: saitcakmak Differential Revision: D44104195 fbshipit-source-id: c0792fc8a86e1c811ffa57a615e5efefb84eae2f
1 parent 767e7d8 commit 774e833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ax/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
__version__: str = "0.3.0"
6+
__version__: str = "0.3.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import find_packages, setup
1010

1111
# TODO: read pinned Botorch version from a shared source
12-
PINNED_BOTORCH_VERSION = "0.8.2"
12+
PINNED_BOTORCH_VERSION = "0.8.3"
1313

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

0 commit comments

Comments
 (0)