Skip to content

Commit 32357c2

Browse files
committed
Release: v0.6.2
1 parent 79298c7 commit 32357c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="peft",
25-
version="0.6.2.dev0",
25+
version="0.6.2",
2626
description="Parameter-Efficient Fine-Tuning (PEFT)",
2727
license_files=["LICENSE"],
2828
long_description=open("README.md", "r", encoding="utf-8").read(),

src/peft/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# See the License for the specific language governing permissions and
1818
# limitations under the License.
1919

20-
__version__ = "0.6.2.dev0"
20+
__version__ = "0.6.2"
2121

2222
from .auto import (
2323
AutoPeftModel,

0 commit comments

Comments
 (0)