Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Bump version string inside the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbayindir committed Apr 27, 2022
1 parent 7028836 commit 7f811fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magazine_renamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def convert_edition_string(edition_string):
verbosity_group.add_argument ('-q', '--quiet', help='Do not print anything to console (overrides verbose).', action='store_true', default=False)

# Version always comes last.
argument_parser.add_argument ('-V', '--version', help='Print ' + argument_parser.prog + ' version and exit.', action='version', version=argument_parser.prog + ' version 0.0.3')
argument_parser.add_argument ('-V', '--version', help='Print ' + argument_parser.prog + ' version and exit.', action='version', version=argument_parser.prog + ' version 0.0.4')

arguments = argument_parser.parse_args()

Expand Down

0 comments on commit 7f811fa

Please sign in to comment.