Skip to content

Commit d43b315

Browse files
authored
Post rc-release version bump (#2875)
We'll just add a dev0 to the rc release since the full release is on its way anyway.
1 parent 5d58b51 commit d43b315

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.18.0.rc0"
18+
VERSION = "0.18.0.rc1.dev0"
1919

2020
extras = {}
2121
extras["quality"] = [

src/peft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.18.0.rc0"
15+
__version__ = "0.18.0.rc1.dev0"
1616

1717
from .auto import (
1818
MODEL_TYPE_TO_PEFT_MODEL_MAPPING,

0 commit comments

Comments
 (0)