Skip to content

Commit

Permalink
Fix release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 30, 2020
1 parent fd58858 commit c8f50cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git pull
tox

# Bump version.
sed -i -e "s/__version__ = '.*'/__version__ = '$VERSION'/" vulture/core.py
sed -i -e "s/__version__ = \".*\"/__version__ = \"$VERSION\"/" vulture/core.py
git commit -am "Update version number to ${VERSION} for release."
git tag -a "v$VERSION" -m "v$VERSION" HEAD

Expand Down

0 comments on commit c8f50cb

Please sign in to comment.