Skip to content

Commit 57ce8a7

Browse files
authored
Update branch version to 3.0.0b2 (#9221)
* fix speed ppt eval hang * update version * update version
1 parent b4017a5 commit 57ce8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def show():
112112

113113

114114
# only use this file to contral the version
115-
__version__ = "3.0.0b1.post"
115+
__version__ = "3.0.0b2.post"
116116
if os.getenv(PADDLENLP_STABLE_VERSION):
117117
__version__ = __version__.replace(".post", "")
118118
else:

0 commit comments

Comments
 (0)