diff --git a/parlai/__init__.py b/parlai/__init__.py index ce114ee17ba..9e49a0035bd 100644 --- a/parlai/__init__.py +++ b/parlai/__init__.py @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -__version__ = '1.5.0' +__version__ = '1.5.1' diff --git a/setup.py b/setup.py index 131ddc6a03b..63577a99056 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages -VERSION = '1.5.0' # if you update, update parlai/__init__.py too! +VERSION = '1.5.1' # if you update, update parlai/__init__.py too! if sys.version_info < (3, 7): sys.exit('Sorry, Python >=3.7 is required for ParlAI.')