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

Commit 4bc8f17

Browse files
authored
1.7.1 (#4790)
1 parent accbd2f commit 4bc8f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parlai/__init__.py

Lines changed: 1 addition & 1 deletion
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.7.0'
7+
__version__ = '1.7.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import setup, find_packages
1111

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

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

0 commit comments

Comments
 (0)