Skip to content

Commit

Permalink
chore: bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Feb 4, 2023
1 parent 9d0a383 commit af67882
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ pipx install bitsrun

### CLI

Check login status of your device.

```text
Usage: bitsrun status [OPTIONS]
Check current network login status.
Options:
--help Show this message and exit.
```

> **Note**: this is the output of `bitsrun status --help`.
Login or logout with your username and password.

```text
Usage: bitsrun login/logout [OPTIONS]
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 = "bitsrun"
version = "3.3.1"
version = "3.4.0"
description = "A headless login / logout script for 10.0.0.55"
authors = [{ name = "spencerwooo", email = "[email protected]" }]
dependencies = [
Expand Down

0 comments on commit af67882

Please sign in to comment.