Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed Oct 21, 2021
1 parent c5085a1 commit fc44787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fc44787

Please # to comment.