Skip to content

Commit

Permalink
Release: v0.9.0
Browse files Browse the repository at this point in the history
Note that we did not set a dev version for 0.8.2, so this PR goes
directly from 0.8.2 to 0.9.0.

No deprecated code or similar to remove.
  • Loading branch information
BenjaminBossan authored Feb 28, 2024
1 parent 096fe53 commit 7e5335d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import find_packages, setup


VERSION = "0.8.2"
VERSION = "0.9.0"

extras = {}
extras["quality"] = [
Expand Down
2 changes: 1 addition & 1 deletion src/peft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.8.2"
__version__ = "0.9.0"

from .auto import (
AutoPeftModel,
Expand Down

0 comments on commit 7e5335d

Please sign in to comment.