From fc447878b03b0c0fc8335af6948feb3323918b6f Mon Sep 17 00:00:00 2001 From: Martin Folkers Date: Thu, 21 Oct 2021 10:15:26 +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 d9a0bf8..0fa711e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Define package metadata setuptools.setup( name='we-love-ajum', - version='0.5.0', + version='0.7.0', author='Martin Folkers', author_email='hello@twobrain.io', maintainer='Fundevogel', diff --git a/src/cli.py b/src/cli.py index 0cec80e..73783d6 100644 --- a/src/cli.py +++ b/src/cli.py @@ -15,7 +15,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.6.0') +@click.version_option('0.7.0') def cli(ctx, timer: float, is_from: str, user_agent: str, verbose: int) -> None: """ Tools for interacting with the 'AJuM' database.