🚀 bump version

This commit is contained in:
oskvr37
2024-08-06 16:18:52 +02:00
parent 1349b70c2f
commit e206ff92f9
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -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.
![GitHub top language](https://img.shields.io/github/languages/top/oskvr37/tiddl?style=for-the-badge)
![PyPI - Version](https://img.shields.io/pypi/v/tiddl?style=for-the-badge)
@@ -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
```
+1 -1
View File
@@ -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',