Skip to content

Commit dcc0740

Browse files
committed
0.1.0
1 parent 24b48c1 commit dcc0740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: moviebox/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .recommender import recommender
66
from .output import displayHelpMessage, displayVersion
77

8-
movieboxVersion = '0.0.0'
8+
movieboxVersion = '0.1.0'
99

1010

1111
@click.command(add_help_option=False)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='moviebox',
8-
version='0.0.0',
8+
version='0.1.0',
99
url='https://github.com/klauscfhq/moviebox',
1010
license='MIT',
1111
author='Klaus Sinani',

0 commit comments

Comments
 (0)