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", "")