Skip to content

Commit

Permalink
🚀 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oskvr37 committed Aug 6, 2024
1 parent 1349b70 commit e206ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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',
Expand Down

0 comments on commit e206ff9

Please sign in to comment.