Skip to content

Commit db99efd

Browse files
authored
release 2.8.1 (#8636)
1 parent 5b027c8 commit db99efd

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
@@ -18,7 +18,7 @@
1818
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"
1919

2020

21-
__version__ = "2.8.0.post"
21+
__version__ = "2.8.1.post"
2222
if os.getenv(PADDLENLP_STABLE_VERSION):
2323
__version__ = __version__.replace(".post", "")
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def show():
109109
f.write(content)
110110

111111

112-
__version__ = "2.8.0.post"
112+
__version__ = "2.8.1.post"
113113
if os.getenv(PADDLENLP_STABLE_VERSION):
114114
__version__ = __version__.replace(".post", "")
115115

0 commit comments

Comments
 (0)