Skip to content

Commit 50cd4cf

Browse files
authored
release 2.5.1 (#4871)
1 parent 080aeb8 commit 50cd4cf

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.5.0.post"
21+
__version__ = "2.5.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
@@ -25,7 +25,7 @@ def read_requirements_file(filepath):
2525
return requirements
2626

2727

28-
__version__ = "2.5.0.post"
28+
__version__ = "2.5.1.post"
2929
if os.getenv(PADDLENLP_STABLE_VERSION):
3030
__version__ = __version__.replace(".post", "")
3131

0 commit comments

Comments
 (0)