Skip to content

Commit

Permalink
Release 2.6.0rc (#6128)
Browse files Browse the repository at this point in the history
* release 2.5.3

* v2.6rc
  • Loading branch information
sijunhe committed Jun 12, 2023
1 parent 546fca6 commit 8ddd9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paddlenlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
PADDLENLP_STABLE_VERSION = "PADDLENLP_STABLE_VERSION"


__version__ = "2.5.2.post"
__version__ = "2.6.0rc.post"
if os.getenv(PADDLENLP_STABLE_VERSION):
__version__ = __version__.replace(".post", "")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read_requirements_file(filepath):
return requirements


__version__ = "2.5.2.post"
__version__ = "2.6.0rc.post"
if os.getenv(PADDLENLP_STABLE_VERSION):
__version__ = __version__.replace(".post", "")

Expand Down

0 comments on commit 8ddd9a8

Please sign in to comment.