Skip to content

Commit adf9e6f

Browse files
authored
[Release] Change version to 2.7.0 change version. (#7763)
1 parent a6968b7 commit adf9e6f

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.1.post"
21+
__version__ = "2.7.0.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.6.1.post"
112+
__version__ = "2.7.0.post"
113113
if os.getenv(PADDLENLP_STABLE_VERSION):
114114
__version__ = __version__.replace(".post", "")
115115

0 commit comments

Comments
 (0)