Skip to content

Commit 35c4c7f

Browse files
committed
0.2.1 -> 0.3.0
1 parent a8bcec7 commit 35c4c7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fund_my_watcard/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.2.1"
1+
VERSION = "0.3.0"

fund_my_watcard/watcard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ if __name__ == "__main__":
242242
report_error("Cannot find config file under user directory, try 'watcard --config'.")
243243

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

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

0 commit comments

Comments
 (0)