Skip to content

Commit

Permalink
Bump version (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwerty-133 committed Jul 15, 2023
1 parent 79d5c91 commit eb0442d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ Installing a specific version of spcache:

```powershell
$script = [scriptblock]::Create((iwr -useb "https://qwertie.pages.dev/install_spcache.ps1").Content)
& $script -Version 1.0.0
& $script -Version 1.0.1
```
### MacOS/Linux
Installing a specific version of spcache:
```bash
curl -sSL https://qwertie.pages.dev/install_spcache.sh | bash -s - -v 1.0.0
curl -sSL https://qwertie.pages.dev/install_spcache.sh | bash -s - -v 1.0.1
```
## Installing from PyPI
Expand All @@ -137,7 +137,7 @@ If you have Python 3.8+ installed, you can install spcache using pip:
2. Run `python3 -m pip install spcache` to install spcache.
3. Use `python3 -m spcache` if `spcache` doesn't work.
To install a specific version of spcache, use `pip install spcache==1.0.0` instead.
To install a specific version of spcache, use `pip install spcache==1.0.1` instead.
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spcache"
version = "1.0.0"
version = "1.0.1"
description = "Ensure Spotify's cache size doesn't exceed a specified threshold."
authors = ["Qwerty-133 <74311372+Qwerty-133@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit eb0442d

Please sign in to comment.