Skip to content

Commit 0649947

Browse files
Release: v0.11.0 (#1733)
1 parent b5acf5d commit 0649947

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.10.1.dev0"
18+
VERSION = "0.11.0"
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.10.1.dev0"
20+
__version__ = "0.11.0"
2121

2222
from .auto import (
2323
AutoPeftModel,

0 commit comments

Comments
 (0)