Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ uv pip install "quickthumb[rembg]"
## Verify the installation

```python
import quickthumb
print(quickthumb.__version__)
from importlib.metadata import version

print(version("quickthumb"))
```

## Environment Variables
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 = "quickthumb"
version = "0.4.0"
version = "0.5.0"
description = "Programmatic thumbnail and social image generation with layered Python and JSON APIs"
authors = [{name = "Seonu Jang"}]
license = {text = "MIT"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.