Skip to content

Commit 8aa85d1

Browse files
authored
release 2.5.0 (#4461)
1 parent b976b74 commit 8aa85d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddlenlp/__init__.py

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

1515
import sys
1616

17-
__version__ = "2.4.9"
17+
__version__ = "2.5.0"
1818

1919
if "datasets" in sys.modules.keys():
2020
from paddlenlp.utils.log import logger

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_package_data_files(package, data, package_dir=None):
6060

6161
setuptools.setup(
6262
name="paddlenlp",
63-
version="2.4.9",
63+
version="2.5.0",
6464
author="PaddleNLP Team",
6565
author_email="[email protected]",
6666
description="Easy-to-use and powerful NLP library with Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including Neural Search, Question Answering, Information Extraction and Sentiment Analysis end-to-end system.",

0 commit comments

Comments
 (0)