version bump, readme correction

master
Anthony Forsberg 2017-01-16 16:45:46 -05:00
parent 1e572a7ad3
commit 6dc73cf5eb
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ From Wheel
1. Download the wheel (``.whl``) from PyPI or the Releases page
2. ``cd`` to the directory containing the ``.whl`` file
2. ``pip install <filename>.whl``
3. ``pip install <filename>.whl``
From Source
-----------

View File

@ -51,7 +51,7 @@ from .bandcampdownloader import BandcampDownloader
def main():
arguments = docopt(__doc__, version='bandcamp-dl 0.0.7-02')
arguments = docopt(__doc__, version='bandcamp-dl 0.0.7-03')
bandcamp = Bandcamp()
basedir = arguments['--base-dir'] or os.getcwd()

View File

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