Skip to content

Commit

Permalink
0.2.1 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xingweitian committed Aug 12, 2019
1 parent a8bcec7 commit 35c4c7f
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.1"
VERSION = "0.3.0"
2 changes: 1 addition & 1 deletion fund_my_watcard/watcard
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ if __name__ == "__main__":
report_error("Cannot find config file under user directory, try 'watcard --config'.")

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

if args.encrypt:
if query_yes_no(PRINT_PREFIX + "This will encrypt your config file! Do you want to proceed?", "no"):
Expand Down

0 comments on commit 35c4c7f

Please sign in to comment.