We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f39708 commit f0b066eCopy full SHA for f0b066e
setup.py
@@ -15,7 +15,7 @@
15
from setuptools import find_packages, setup
16
17
18
-VERSION = "0.12.1.dev0"
+VERSION = "0.13.0"
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.12.1.dev0"
+__version__ = "0.13.0"
22
from .auto import (
23
AutoPeftModel,
0 commit comments