Skip to content

Commit 2a06065

Browse files
author
flyingrub
committed
version bump
1 parent c6a8005 commit 2a06065

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Python Soundcloud Music Downloader."""
22

3-
__version__ = 'v1.0.1'
3+
__version__ = 'v1.0.2'

scdl/scdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main():
5959

6060
# Parse argument
6161
arguments = docopt(__doc__, version='0.1')
62-
print(arguments)
62+
#print(arguments)
6363
if arguments["<offset>"] is not None:
6464
try:
6565
offset=int(arguments["<offset>"])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131

3232
data_files=[
33-
(os.path.join(os.path.expanduser('~'), '.config/scdl/sample_scdl.cfg'), ['config/scdl.cfg'])
33+
(os.path.join(os.path.expanduser('~'), '.config/scdl'), ['config/scdl.cfg'])
3434
],
3535

3636
include_package_data=True,

0 commit comments

Comments
 (0)