Skip to content

Commit

Permalink
bump to version 2024.11.03
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Nov 2, 2024
1 parent 47f75c5 commit 39ba9e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Enjoy listening to music and learning a new language!

Requires Python 3.11+ and [pipx](https://pipx.pypa.io/stable/).

Install the `console-songs` script with pipx.
Install the `console-songs` script with pipx from [PyPi](https://pypi.org/project/console-songs/).
```
pipx install .
pipx install console-songs==2024.11.03
```

Setup environment variables with your API keys.
Expand Down Expand Up @@ -169,7 +169,13 @@ Da, da... Yes, yes...


### Development Setup
Requires Python 3.11+

Requires Python 3.11+ and [pipx](https://pipx.pypa.io/stable/).

Install the `console-songs` script with pipx for developement.
```
pipx install .
```

Create an `.env` file with your API keys.
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "console-songs"
version = "2024.11.02"
version = "2024.11.03"
dependencies = [
"python-dotenv",
"requests",
Expand Down

0 comments on commit 39ba9e3

Please sign in to comment.