Skip to content

Commit

Permalink
release 2.5.0 (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
linjieccc authored Jan 12, 2023
1 parent b976b74 commit 8aa85d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paddlenlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import sys

__version__ = "2.4.9"
__version__ = "2.5.0"

if "datasets" in sys.modules.keys():
from paddlenlp.utils.log import logger
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_package_data_files(package, data, package_dir=None):

setuptools.setup(
name="paddlenlp",
version="2.4.9",
version="2.5.0",
author="PaddleNLP Team",
author_email="[email protected]",
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.",
Expand Down

0 comments on commit 8aa85d1

Please sign in to comment.