Skip to content

Commit

Permalink
Release version 0.5.0.dev0 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman100 authored Jul 17, 2023
1 parent a1953ba commit 029f416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="peft",
version="0.4.0.dev0",
version="0.5.0.dev0",
description="Parameter-Efficient Fine-Tuning (PEFT)",
license_files=["LICENSE"],
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand Down
2 changes: 1 addition & 1 deletion src/peft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.4.0.dev0"
__version__ = "0.5.0.dev0"

from .auto import (
AutoPeftModel,
Expand Down

0 comments on commit 029f416

Please sign in to comment.