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 7e09afc commit fd2bed5Copy full SHA for fd2bed5
paddlenlp/__init__.py
@@ -18,7 +18,7 @@
18
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"
19
20
21
-__version__ = "2.6.0.post"
+__version__ = "2.6.1.post"
22
if os.getenv(PADDLENLP_STABLE_VERSION):
23
__version__ = __version__.replace(".post", "")
24
setup.py
@@ -25,7 +25,7 @@ def read_requirements_file(filepath):
25
return requirements
26
27
28
29
30
31
0 commit comments