Skip to content

Commit d73a424

Browse files
authored
update v0.3 (#2567)
1 parent 14f2c1c commit d73a424

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.2.0.post"
34+
__version__ = "0.3.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.2.0.post"
116+
__version__ = "0.3.0.post"
117117

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

0 commit comments

Comments
 (0)