Version numbering

master
Anthony Forsberg 2016-12-30 10:39:53 -05:00
parent 7a9ae45657
commit e3bb0acff2
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ from .bandcampdownloader import BandcampDownloader
def main():
arguments = docopt(__doc__, version='bandcamp-dl 0.0.6')
arguments = docopt(__doc__, version='bandcamp-dl 0.0.6-01')
bandcamp = Bandcamp()
if arguments['--artist'] and arguments['--album']:

View File

@ -6,7 +6,7 @@ here = path.abspath(path.dirname(__file__))
setup(
name='bandcamp-downloader',
version='0.0.6',
version='0.0.6-01',
description='bandcamp-dl downloads albums and tracks from Bandcamp for you',
long_description=open('README.rst').read(),
url='https://github.com/iheanyi/bandcamp-dl',