Bugfix update prep

master
Anthony Forsberg 2017-01-09 20:31:08 -05:00
parent 5a06c86b61
commit 98ccac604a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
include README.rst AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst LICENSE *.txt
exclude *.mp3 .gitignore yacctab.py lextab.py
include README.rst AUTHORS.rst CHANGELOG.rst LICENSE
exclude *.mp3 .gitignore yacctab.py lextab.py .travis.yml
global-exclude *.pyc
global-exclude *.DS_STORE

View File

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