Commit 9e829f84 authored by one's avatar one
Browse files

[hytop] Bump version to 0.1.1

parent c298f9ff
......@@ -2,6 +2,24 @@
## Quick start
### Install from PyPI
Using `pipx` (recommended):
```bash
pipx install hytop
hytop --help
```
Using `uv`:
```bash
uv tool install hytop
hytop --help
```
### Install from source
uv:
```bash
......@@ -84,7 +102,7 @@ else
fi
```
### Exit Codes
### Exit codes
Designed to be script-friendly:
......
__all__ = ["__version__"]
__version__ = "0.1.0"
__version__ = "0.1.1"
......@@ -60,8 +60,8 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "rich", specifier = ">=13" },
{ name = "typer", specifier = ">=0.12" },
{ name = "rich", specifier = ">=14" },
{ name = "typer", specifier = ">=0.23" },
]
[package.metadata.requires-dev]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment