We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30e006 commit e37bff6Copy full SHA for e37bff6
setup.py
@@ -15,7 +15,7 @@
15
from setuptools import find_packages, setup
16
17
18
-VERSION = "0.8.2.dev0"
+VERSION = "0.8.2"
19
20
extras = {}
21
extras["quality"] = ["black ~= 22.0", "ruff>=0.0.241", "urllib3<=2.0.0"]
src/peft/__init__.py
@@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "0.8.2.dev0"
+__version__ = "0.8.2"
22
from .auto import (
23
AutoPeftModel,
0 commit comments