From edf5dfe1c890333062369c6b75b295ae1ad5e54a Mon Sep 17 00:00:00 2001 From: Martin Folkers Date: Sun, 24 Oct 2021 15:03:48 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- src/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7ea9b3c..a7e4f89 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Define package metadata setuptools.setup( name='we-love-ajum', - version='0.7.1', + version='0.7.2', author='Martin Folkers', author_email='hello@twobrain.io', maintainer='Fundevogel', diff --git a/src/cli.py b/src/cli.py index 134fa3c..06c963e 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.1') +@click.version_option('0.7.2') def cli(ctx, timer: float, is_from: str, user_agent: str, verbose: int) -> None: """ Tools for interacting with the 'AJuM' database.