Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jan 30, 2018
1 parent 24260fe commit 58e846a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moviebox/cli.py
Expand Up @@ -5,7 +5,7 @@
from .data import searchMovie, listMovies
from .output import displayHelpMessage, displayVersion

movieboxVersion = '0.2.0'
movieboxVersion = '0.2.1'


@click.command(add_help_option=False)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='moviebox',
version='0.2.0',
version='0.2.1',
url='https://github.com/klauscfhq/moviebox',
license='MIT',
author='Klaus Sinani',
Expand Down

0 comments on commit 58e846a

Please sign in to comment.