Skip to content

Commit 522abcb

Browse files
authored
release 2.4.9 (#4295)
1 parent 8826f4d commit 522abcb

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.8"
17+
__version__ = "2.4.9"
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
@@ -59,7 +59,7 @@ def get_package_data_files(package, data, package_dir=None):
5959

6060
setuptools.setup(
6161
name="paddlenlp",
62-
version="2.4.8",
62+
version="2.4.9",
6363
author="PaddleNLP Team",
6464
author_email="[email protected]",
6565
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)