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 18, 2021
1 parent 261a31a commit 983790f
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.4.0',
version='0.5.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 @@ -5,7 +5,7 @@

@click.group()
@click.pass_context
@click.version_option('0.4.0')
@click.version_option('0.5.0')
@click.option('-i', '--index-file', default='index.json', type=click.Path(False), help='Index file.')
@click.option('-d', '--db-file', default='database.json', type=click.Path(False), help='Database file.')
@click.option('-c', '--cache-dir', default='.db', type=click.Path(False), help='Cache directory.')
Expand Down

0 comments on commit 983790f

Please # to comment.