Skip to content

Commit

Permalink
fix(python): set initial version to 0.1.0 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored and bcoe committed Dec 20, 2019
1 parent ff8d662 commit 3fbfbdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/releasers/python.ts
Expand Up @@ -88,4 +88,8 @@ export class Python extends ReleasePR {
candidate.version
);
}

protected defaultInitialVersion(): string {
return '0.1.0';
}
}

0 comments on commit 3fbfbdc

Please sign in to comment.