Bump version to reflect patch release (#2461)

This commit is contained in:
githubnemo
2025-03-27 17:52:03 +01:00
committed by GitHub
parent 41921013f5
commit 2ee02af9d4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
from setuptools import find_packages, setup
VERSION = "0.15.1.dev0"
VERSION = "0.15.2.dev0"
extras = {}
extras["quality"] = [

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.15.1.dev0"
__version__ = "0.15.2.dev0"
from .auto import (
MODEL_TYPE_TO_PEFT_MODEL_MAPPING,