Skip to content

Commit 431c0e2

Browse files
Release 0.13.2 (patch release for #2144)
1 parent dd4ce03 commit 431c0e2

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
@@ -15,7 +15,7 @@
1515
from setuptools import find_packages, setup
1616

1717

18-
VERSION = "0.13.1"
18+
VERSION = "0.13.2"
1919

2020
extras = {}
2121
extras["quality"] = [

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.13.1"
20+
__version__ = "0.13.2"
2121

2222
from .auto import (
2323
AutoPeftModel,

0 commit comments

Comments
 (0)