File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515from setuptools import find_packages , setup
1616
1717
18- VERSION = "0.15.0 "
18+ VERSION = "0.15.1.dev0 "
1919
2020extras = {}
2121extras ["quality" ] = [
9090# 1. Change the version in __init__.py and setup.py to the release version, e.g. from "0.6.1.dev0" to "0.7.0"
9191# 2. Check if there are any deprecations that need to be addressed for this release by searching for "# TODO" in the code
9292# 3. Commit these changes with the message: "Release: VERSION", create a PR and merge it.
93- # 4. Add a tag in git to mark the release: "git tag -a VERSION -m 'Adds tag VERSION for pypi' "
93+ # 4. Add a tag in git to mark the release: "git tag -a v< VERSION> -m 'Adds tag < VERSION> for pypi' "
9494# Push the tag to git:
9595# git push --tags origin main
9696# It is necessary to work on the original repository, not on a fork.
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.15.0 "
15+ __version__ = "0.15.1.dev0 "
1616
1717from .auto import (
1818 MODEL_TYPE_TO_PEFT_MODEL_MAPPING ,
You can’t perform that action at this time.
0 commit comments