Skip to content

Commit 0f6725c

Browse files
authored
update version v0.4 (#2937)
1 parent 8446d38 commit 0f6725c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddleformers/__init__.py

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

3232
# this version is used for develop and test.
3333
# release version will be added fixed version by setup.py.
34-
__version__ = "0.3.0.post"
34+
__version__ = "0.4.0.post"
3535
if os.getenv(PADDLEFORMERS_STABLE_VERSION):
3636
__version__ = __version__.replace(".post", "")
3737
else:

setup.py

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

114114
# only use this file to contral the version
115115

116-
__version__ = "0.3.0.post"
116+
__version__ = "0.4.0.post"
117117

118118
if os.getenv(PADDLEFORMERS_STABLE_VERSION):
119119
__version__ = __version__.replace(".post", "")

0 commit comments

Comments
 (0)