From e3dcd009a3488b728c3a566ee042f07edf9df197 Mon Sep 17 00:00:00 2001 From: Mojtaba <11262163+mojtaba-komeili@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:50:39 -0700 Subject: [PATCH] package update (#5047) --- parlai/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parlai/__init__.py b/parlai/__init__.py index 657b52007c8..2709789fb4c 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.7.1' +__version__ = '1.7.2' diff --git a/setup.py b/setup.py index a5e252fa761..97e324b64e1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages -VERSION = '1.7.1' # if you update, update parlai/__init__.py too! +VERSION = '1.7.2' # if you update, update parlai/__init__.py too! if sys.version_info < (3, 8): sys.exit('Sorry, Python >=3.8 is required for ParlAI.')