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

[hytop] Bump version to 0.1.1

parent c298f9ff
...@@ -2,6 +2,24 @@ ...@@ -2,6 +2,24 @@
## Quick start ## 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: uv:
```bash ```bash
...@@ -84,7 +102,7 @@ else ...@@ -84,7 +102,7 @@ else
fi fi
``` ```
### Exit Codes ### Exit codes
Designed to be script-friendly: Designed to be script-friendly:
......
__all__ = ["__version__"] __all__ = ["__version__"]
__version__ = "0.1.0" __version__ = "0.1.1"
...@@ -60,8 +60,8 @@ dev = [ ...@@ -60,8 +60,8 @@ dev = [
[package.metadata] [package.metadata]
requires-dist = [ requires-dist = [
{ name = "rich", specifier = ">=13" }, { name = "rich", specifier = ">=14" },
{ name = "typer", specifier = ">=0.12" }, { name = "typer", specifier = ">=0.23" },
] ]
[package.metadata.requires-dev] [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