diff --git a/alfworld/info.py b/alfworld/info.py index d8f4a39..6f2a2f9 100644 --- a/alfworld/info.py +++ b/alfworld/info.py @@ -1,4 +1,4 @@ -__version__ = '0.3.1' +__version__ = '0.3.2' import os from os.path import join as pjoin diff --git a/requirements.txt b/requirements.txt index f39bb2a..8b4a6fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ textworld[pddl]>=1.6.1 torch torchvision tqdm -werkzeug==2.2.2 \ No newline at end of file +werkzeug==2.0.3 \ No newline at end of file