Skip to content

Commit

Permalink
Merge branch 'main' of github.com:roumail/roumail.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
roumail committed Oct 15, 2024
2 parents b635039 + 1f9251f commit f75a972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def bump_version(bump_type):
subprocess.run(["bump2version", bump_type], check=True)
subprocess.run(["bump2version", "--new-version", bump_type], check=True)

# Extract the new version from bump2version's output
result = subprocess.run(
Expand Down

0 comments on commit f75a972

Please sign in to comment.