Skip to content

Commit

Permalink
Bump version to 0.13.2.dev0 (#2145)
Browse files Browse the repository at this point in the history
After the patch release of PEFT v0.13.2, let's bump the dev version of
PEFT to v0.13.3.dev0 so that it stays ahead (the bugfix from the patch
release is already contained in the main branch).
  • Loading branch information
BenjaminBossan authored Oct 11, 2024
1 parent c925d0a commit 749b924
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.13.2.dev0"
VERSION = "0.13.3.dev0"

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.13.2.dev0"
__version__ = "0.13.3.dev0"

from .auto import (
AutoPeftModel,
Expand Down

0 comments on commit 749b924

Please sign in to comment.