Skip to content

Commit c905bd9

Browse files
lugimzzzAce-To-HYB
andauthored
Update version (#2539)
Co-authored-by: Ace-To-HYB <[email protected]>
1 parent 9d98a83 commit c905bd9

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.1.2.post"
34+
__version__ = "0.2.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
@@ -112,7 +112,7 @@ def show():
112112

113113

114114
# only use this file to contral the version
115-
__version__ = "0.1.2.post"
115+
__version__ = "0.2.0.post"
116116
if os.getenv(PADDLEFORMERS_STABLE_VERSION):
117117
__version__ = __version__.replace(".post", "")
118118
else:

0 commit comments

Comments
 (0)