Skip to content

Commit cf444ba

Browse files
gylimclaude
andcommitted
chore: bump version to 0.2.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f475cc6 commit cf444ba

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ Available resource groups:
215215
| `client.deposits` | Deposit operations | Yes |
216216
| `client.withdrawals` | Withdrawal operations | Yes |
217217
| `client.ws` | WebSocket real-time streaming | Varies |
218+
| `client.shortcuts` | Convenience helpers (account lookup, portfolio, market buy, etc.) | Yes |
219+
| `client.strategies` | Trading strategies (DCA, rebalancing, price alerts) | Yes |
218220

219221
For detailed endpoint documentation, see the OpenAPI specs:
220222

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ UpbeatError
217217
| `client.deposits` | 입금 관련 | 필요 |
218218
| `client.withdrawals` | 출금 관련 | 필요 |
219219
| `client.ws` | WebSocket 실시간 스트리밍 | 채널별 상이 |
220+
| `client.shortcuts` | 편의 헬퍼 (계좌 조회, 포트폴리오, 시장가 매수 등) | 필요 |
221+
| `client.strategies` | 매매 전략 (DCA, 리밸런싱, 가격 알림) | 필요 |
220222

221223
엔드포인트 상세 문서는 OpenAPI 스펙을 참고하세요:
222224

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "upbeat"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Modern Python client for the Upbit cryptocurrency exchange API"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)