Skip to content

Commit e37bff6

Browse files
committed
Release patch version 0.8.2
1 parent a30e006 commit e37bff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import find_packages, setup
1616

1717

18-
VERSION = "0.8.2.dev0"
18+
VERSION = "0.8.2"
1919

2020
extras = {}
2121
extras["quality"] = ["black ~= 22.0", "ruff>=0.0.241", "urllib3<=2.0.0"]

src/peft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# See the License for the specific language governing permissions and
1818
# limitations under the License.
1919

20-
__version__ = "0.8.2.dev0"
20+
__version__ = "0.8.2"
2121

2222
from .auto import (
2323
AutoPeftModel,

0 commit comments

Comments
 (0)