mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
🚀 bump version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Tidal Downloader
|
||||
|
||||
TIDDL is the Python CLI application that allows downloading Tidal tracks.
|
||||
Fully typed, no requirements.
|
||||
Fully typed, only 2 requirements.
|
||||
|
||||

|
||||

|
||||
@@ -23,8 +23,7 @@ After installation you can use `tiddl` to set up auth token
|
||||
|
||||
```bash
|
||||
$ tiddl
|
||||
go to https://link.tidal.com/xxxxx and add device!
|
||||
hit enter when you are ready...
|
||||
> go to https://link.tidal.com/xxxxx and add device!
|
||||
authenticated!
|
||||
token expires in 7 days
|
||||
```
|
||||
|
||||
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="tiddl",
|
||||
version="1.4.0",
|
||||
version="1.5.0",
|
||||
description="TIDDL (Tidal Downloader) is a Python CLI application that allows downloading Tidal tracks.",
|
||||
long_description=open('README.md', encoding="utf-8").read(),
|
||||
long_description_content_type='text/markdown',
|
||||
|
||||
Reference in New Issue
Block a user