diff --git a/setup.py b/setup.py index 16da054a59..ee40a37796 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import find_packages, setup -VERSION = "0.10.1.dev0" +VERSION = "0.11.0" extras = {} extras["quality"] = [ diff --git a/src/peft/__init__.py b/src/peft/__init__.py index c272e37044..108e7a66f4 100644 --- a/src/peft/__init__.py +++ b/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" from .auto import ( AutoPeftModel,