Skip to content

Commit fd2bed5

Browse files
authored
changes (#7029)
1 parent 7e09afc commit fd2bed5

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.6.0.post"
21+
__version__ = "2.6.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.6.0.post"
28+
__version__ = "2.6.1.post"
2929
if os.getenv(PADDLENLP_STABLE_VERSION):
3030
__version__ = __version__.replace(".post", "")
3131

0 commit comments

Comments
 (0)