Skip to content

Commit ebff758

Browse files
committed
Release: v0.0.2
1 parent c1ab732 commit ebff758

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
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="peft",
25-
version="0.1.0.dev0",
25+
version="0.0.2",
2626
description="Parameter-Efficient Fine-Tuning (PEFT)",
2727
long_description=open("README.md", "r", encoding="utf-8").read(),
2828
long_description_content_type="text/markdown",

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.1.0.dev0"
20+
__version__ = "0.0.2"
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)