Skip to content

Commit

Permalink
Update branch version to 3.0.0b2 (#9221)
Browse files Browse the repository at this point in the history
* fix speed ppt eval hang

* update version

* update version
  • Loading branch information
gongel authored Sep 30, 2024
1 parent b4017a5 commit 57ce8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def show():


# only use this file to contral the version
__version__ = "3.0.0b1.post"
__version__ = "3.0.0b2.post"
if os.getenv(PADDLENLP_STABLE_VERSION):
__version__ = __version__.replace(".post", "")
else:
Expand Down

0 comments on commit 57ce8a7

Please sign in to comment.