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