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 14f2c1c commit d73a424Copy full SHA for d73a424
paddleformers/__init__.py
@@ -31,7 +31,7 @@
31
32
# this version is used for develop and test.
33
# release version will be added fixed version by setup.py.
34
-__version__ = "0.2.0.post"
+__version__ = "0.3.0.post"
35
if os.getenv(PADDLEFORMERS_STABLE_VERSION):
36
__version__ = __version__.replace(".post", "")
37
else:
setup.py
@@ -113,7 +113,7 @@ def show():
113
114
# only use this file to contral the version
115
116
117
118
119
0 commit comments