Skip to content

Commit

Permalink
add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed May 18, 2023
1 parent ba5fc43 commit d109ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _bump_version(version: str, bump: Optional[BumpType] = None) -> str:
return str(v)


@task
@task(aliases=["uv"])
def update_version_number(ctx: Context, part: Optional[BumpType] = None) -> None:
"""update version number
Expand Down

0 comments on commit d109ea5

Please sign in to comment.