commit d34eeaccba8b14dc857b5f6a2ef51b0da94330ad
parent 349e53b6b6740ccecaee53c8a3568307847b33eb
Author: Adrián Oliva <[email protected]>
Date: Tue, 9 May 2023 00:50:09 -0600
The program is basically usable.
And mostly finished. It still needs a few tweaks here and there, but
it is completely usable in this state.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/args.py b/utils/args.py
@@ -12,7 +12,7 @@ def get_arguments():
epilog='This implementation is inspired in \
[ledger-cli](https://ledger-cli.org/).')
parser.add_argument('-v', '--version',
- action='version', version='%(prog)s 0.1')
+ action='version', version='%(prog)s 1.0')
parser.add_argument('verb', metavar='Action',
action='store', nargs='+',