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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ For advanced media processing capabilities (audio, video, images), install the m

```bash
# Multimodal support (audio, video processing)
pip install -U dreadnode[multimodal]
pip install -U "dreadnode[multimodal]"

# Training support (ML model integration)
pip install -U dreadnode[training]
pip install -U "dreadnode[training]"

# All optional features
pip install -U dreadnode[all]
pip install -U "dreadnode[all]"
```

See our **[installation guide](https://docs.dreadnode.io/strikes/install)** for more options.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "dreadnode"
version = "1.0.9"
version = "1.10.0"
description = "Dreadnode SDK"
requires-python = ">=3.10,<3.14"

[tool.poetry]
name = "dreadnode"
version = "1.0.9"
version = "1.10.0"
description = "Dreadnode SDK"
authors = ["Nick Landers <monoxgas@gmail.com>"]
repository = "https://github.com/dreadnode/sdk"
Expand Down
Loading