Release v0.11.1

This commit is contained in:
Benjamin Bossan
2024-05-17 12:48:49 +02:00
parent 2276c6e190
commit 207376de62
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
from setuptools import find_packages, setup
VERSION = "0.11.0"
VERSION = "0.11.1"
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.11.0"
__version__ = "0.11.1"
from .auto import (
AutoPeftModel,