Skip to content

Commit b4017a5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlenlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# this version is used for develop and test.
2222
# release version will be added fixed version by setup.py.
23-
__version__ = "3.0.0b1.post"
23+
__version__ = "3.0.0b2.post"
2424
if os.getenv(PADDLENLP_STABLE_VERSION):
2525
__version__ = __version__.replace(".post", "")
2626
else:

0 commit comments

Comments
 (0)