diff --git a/setup.py b/setup.py index 0fa711e..7ea9b3c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Define package metadata setuptools.setup( name='we-love-ajum', - version='0.7.0', + version='0.7.1', author='Martin Folkers', author_email='hello@twobrain.io', maintainer='Fundevogel', diff --git a/src/cli.py b/src/cli.py index 1877de8..a3fba6b 100644 --- a/src/cli.py +++ b/src/cli.py @@ -17,7 +17,7 @@ @click.option('-f', '--is_from', help='"From" header.') @click.option('-u', '--user-agent', help='User agent.') @click.option('-v', '--verbose', count=True, help='Enable verbose mode.') -@click.version_option('0.7.0') +@click.version_option('0.7.1') def cli(ctx, timer: float, is_from: str, user_agent: str, verbose: int) -> None: """ Tools for interacting with the 'AJuM' database.