We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c57f4 commit b8da272Copy full SHA for b8da272
setup.py
@@ -15,7 +15,7 @@
15
from setuptools import find_packages, setup
16
17
18
-VERSION = "0.13.0"
+VERSION = "0.13.1"
19
20
extras = {}
21
extras["quality"] = [
src/peft/__init__.py
@@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "0.13.0"
+__version__ = "0.13.1"
22
from .auto import (
23
AutoPeftModel,
0 commit comments