Skip to content

Commit 251faff

Browse files
authored
Update version setup.py (#10070)
* Update setup.py * Update __init__.py
1 parent d67b3b0 commit 251faff

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
@@ -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.0b3.post"
23+
__version__ = "3.0.0b4.post"
2424
if os.getenv(PADDLENLP_STABLE_VERSION):
2525
__version__ = __version__.replace(".post", "")
2626
else:

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.0b3.post"
115+
__version__ = "3.0.0b4.post"
116116
if os.getenv(PADDLENLP_STABLE_VERSION):
117117
__version__ = __version__.replace(".post", "")
118118
else:

0 commit comments

Comments
 (0)