@ -5,4 +5,5 @@ export function postbump(): void {
const newPyVersion = getPythonVersion();
// Commit changes.
run(`git commit -am "Release ${newPyVersion}"`);
run(`git tag ${newPyVersion}`);
}