We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67b3b0 commit 251faffCopy full SHA for 251faff
paddlenlp/__init__.py
@@ -20,7 +20,7 @@
20
21
# this version is used for develop and test.
22
# release version will be added fixed version by setup.py.
23
-__version__ = "3.0.0b3.post"
+__version__ = "3.0.0b4.post"
24
if os.getenv(PADDLENLP_STABLE_VERSION):
25
__version__ = __version__.replace(".post", "")
26
else:
setup.py
@@ -112,7 +112,7 @@ def show():
112
113
114
# only use this file to contral the version
115
116
117
118
0 commit comments