Skip to content

Commit

Permalink
Bump to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyFaiz committed Apr 25, 2024
1 parent 4a256ef commit 6ef6dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ RL is a command-line tool which makes interacting with [Sherlock](https://www.sh

On your local machine:
```bash
pip install "rl @ git+https://github.com/ProbablyFaiz/[email protected].1"
pip install "rl @ git+https://github.com/ProbablyFaiz/[email protected].2"
```

On Sherlock, you should probably use the pre-compiled binary instead:
```bash
wget "https://github.com/ProbablyFaiz/rl/releases/download/v0.4.1/rl" -O ~/.local/bin/rl
wget "https://github.com/ProbablyFaiz/rl/releases/download/v0.4.2/rl" -O ~/.local/bin/rl
```


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 = "rl"
version = "0.4.1"
version = "0.4.2"
authors = [
{ name = "Faiz Surani", email = "[email protected]" },
]
Expand Down

0 comments on commit 6ef6dcb

Please sign in to comment.