Skip to content

Commit

Permalink
[Release] 2.7.1 Update version (#7779)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update __init__.py
  • Loading branch information
ZHUI authored Jan 4, 2024
1 parent 4952069 commit bb9062e
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.7.0.post"
__version__ = "2.7.1.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 @@ -109,7 +109,7 @@ def show():
f.write(content)


__version__ = "2.7.0.post"
__version__ = "2.7.1.post"
if os.getenv(PADDLENLP_STABLE_VERSION):
__version__ = __version__.replace(".post", "")

Expand Down

0 comments on commit bb9062e

Please sign in to comment.