From db99efd4dc99047922aae9842be66ab4538f93bf Mon Sep 17 00:00:00 2001 From: Zhong Hui Date: Thu, 20 Jun 2024 15:41:29 +0800 Subject: [PATCH] release 2.8.1 (#8636) --- paddlenlp/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paddlenlp/__init__.py b/paddlenlp/__init__.py index e3cd7e1c5f75..9e3fef0146bb 100644 --- a/paddlenlp/__init__.py +++ b/paddlenlp/__init__.py @@ -18,7 +18,7 @@ PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION" -__version__ = "2.8.0.post" +__version__ = "2.8.1.post" if os.getenv(PADDLENLP_STABLE_VERSION): __version__ = __version__.replace(".post", "") diff --git a/setup.py b/setup.py index 0723cfc28cb4..372d86776293 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ def show(): f.write(content) -__version__ = "2.8.0.post" +__version__ = "2.8.1.post" if os.getenv(PADDLENLP_STABLE_VERSION): __version__ = __version__.replace(".post", "")