diff --git a/setup.py b/setup.py index a7e4f89..57836c4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Define package metadata setuptools.setup( name='we-love-ajum', - version='0.7.2', + version='0.7.3', author='Martin Folkers', author_email='hello@twobrain.io', maintainer='Fundevogel', diff --git a/src/cli.py b/src/cli.py index d0688f8..54ddc51 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.2') +@click.version_option('0.7.3') def cli(ctx, timer: float, is_from: str, user_agent: str, verbose: int) -> None: """ Tools for interacting with the 'AJuM' database.