Release 0.13.2 (patch release for #2144)

This commit is contained in:
Benjamin Bossan
2024-10-11 13:37:09 +02:00
parent dd4ce0365c
commit 431c0e2d5c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
from setuptools import find_packages, setup
VERSION = "0.13.1"
VERSION = "0.13.2"
extras = {}
extras["quality"] = [

View File

@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.13.1"
__version__ = "0.13.2"
from .auto import (
AutoPeftModel,