Skip to content

Commit a478ab9

Browse files
committed
Release: v0.2.0
1 parent eb07373 commit a478ab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="peft",
24-
version="0.2.0.dev0",
24+
version="0.2.0",
2525
description="Parameter-Efficient Fine-Tuning (PEFT)",
2626
license_files=["LICENSE"],
2727
long_description=open("README.md", "r", encoding="utf-8").read(),

src/peft/__init__.py

+1-1
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.2.0.dev0"
20+
__version__ = "0.2.0"
2121

2222
from .mapping import MODEL_TYPE_TO_PEFT_MODEL_MAPPING, PEFT_TYPE_TO_CONFIG_MAPPING, get_peft_config, get_peft_model
2323
from .peft_model import (

0 commit comments

Comments
 (0)