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 9d98a83 commit c905bd9Copy full SHA for c905bd9
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.1.2.post"
+__version__ = "0.2.0.post"
35
if os.getenv(PADDLEFORMERS_STABLE_VERSION):
36
__version__ = __version__.replace(".post", "")
37
else:
setup.py
@@ -112,7 +112,7 @@ def show():
112
113
114
# only use this file to contral the version
115
116
117
118
0 commit comments