Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit f45fde0

Browse files
Release v1.5.1 (#4078)
1 parent b8331bc commit f45fde0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parlai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# This source code is licensed under the MIT license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
__version__ = '1.5.0'
7+
__version__ = '1.5.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import setup, find_packages
1111

12-
VERSION = '1.5.0' # if you update, update parlai/__init__.py too!
12+
VERSION = '1.5.1' # if you update, update parlai/__init__.py too!
1313

1414
if sys.version_info < (3, 7):
1515
sys.exit('Sorry, Python >=3.7 is required for ParlAI.')

0 commit comments

Comments
 (0)