docs: fix install command with extra-index-url, bump to 0.1.2

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
mrmamongo 2026-04-20 12:36:38 +03:00
parent 9b2380a87b
commit 38e074704c
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ Python SDK для работы с API ErGPT.
## Установка ## Установка
```bash ```bash
pip install --index-url https://git.infra.er-gpt.ru/api/packages/ergpt/pypi/simple sdk pip install --extra-index-url https://git.infra.er-gpt.ru/api/packages/ergpt/pypi/simple sdk
``` ```
## Быстрый старт ## Быстрый старт

View file

@ -1,6 +1,6 @@
[project] [project]
name = "sdk" name = "sdk"
version = "0.1.1" version = "0.1.2"
description = "ErGPT Knowledge Base API SDK" description = "ErGPT Knowledge Base API SDK"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"

View file

@ -672,7 +672,7 @@ wheels = [
[[package]] [[package]]
name = "sdk" name = "sdk"
version = "0.1.1" version = "0.1.2"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },