Skip to content

Commit

Permalink
remove version redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
karansthr committed Apr 11, 2018
1 parent 1fcea3b commit ef58df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playlist_length/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3'
__version__ = '1.4'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from distutils.core import setup
from playlist_length.__version__ import __version__

requires = ('huepy==0.9.6', 'python-magic>=0.4.15', 'tqdm>=4.19.9')

setup(
name='playlist-length',
version='1.3',
version=__version__,
description='A command-line tool to get length of all videos in a directory',
long_description=open('README.md').read().strip(),
author='Karan Suthar',
Expand Down

0 comments on commit ef58df5

Please sign in to comment.