Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
define new minimum version
Browse files Browse the repository at this point in the history
Signed-off-by: Arpad Ryszka <arpad.ryszka@gmail.com>
  • Loading branch information
aryszka committed Jul 7, 2021
1 parent 6d5ed20 commit e4c0175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sevenseconds/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .config.configure import start_configuration, start_cleanup

CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])
SUPPORTED_CONFIG_VERSION = 9
SUPPORTED_CONFIG_VERSION = 10


def print_version(ctx, param, value):
Expand Down

0 comments on commit e4c0175

Please sign in to comment.