Skip to content

Commit

Permalink
Prep for v0.2.0 -> v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xingweitian committed Jul 4, 2019
1 parent 7d322be commit f26cc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fund_my_watcard/config.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.0"
VERSION = "0.2.1"
2 changes: 1 addition & 1 deletion fund_my_watcard/watcard
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if __name__ == "__main__":
raise NoConfigFileException()

if args.version:
print("fund-my-watcard v{}".format("0.2.0"))
print("fund-my-watcard v{}".format("0.2.1"))

if not args.config and not args.fund and not args.version:
parser.parse_args(["-h"])

0 comments on commit f26cc4d

Please sign in to comment.