Skip to content

Commit 2ee02af

Browse files
authored
Bump version to reflect patch release (#2461)
1 parent 4192101 commit 2ee02af

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.15.1.dev0"
18+
VERSION = "0.15.2.dev0"
1919

2020
extras = {}
2121
extras["quality"] = [

src/peft/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.15.1.dev0"
15+
__version__ = "0.15.2.dev0"
1616

1717
from .auto import (
1818
MODEL_TYPE_TO_PEFT_MODEL_MAPPING,

0 commit comments

Comments
 (0)