We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bcec7 commit 35c4c7fCopy full SHA for 35c4c7f
fund_my_watcard/config.py
@@ -1 +1 @@
1
-VERSION = "0.2.1"
+VERSION = "0.3.0"
fund_my_watcard/watcard
@@ -242,7 +242,7 @@ if __name__ == "__main__":
242
report_error("Cannot find config file under user directory, try 'watcard --config'.")
243
244
if args.version:
245
- print("fund-my-watcard v{}".format("0.2.1"))
+ print("fund-my-watcard v{}".format("0.3.0"))
246
247
if args.encrypt:
248
if query_yes_no(PRINT_PREFIX + "This will encrypt your config file! Do you want to proceed?", "no"):
0 commit comments