Skip to content

Commit 6620e5d

Browse files
committed
Fix of the PyPI package name for Claude
1 parent 2cf2a63 commit 6620e5d

5 files changed

Lines changed: 3 additions & 2 deletions

File tree

File renamed without changes.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ htmlcov
55
.ruff_cache
66
.idea
77
.vscode
8-
__pycache__
8+
__pycache__
9+
dist
-28 KB
Binary file not shown.
-93.9 KB
Binary file not shown.

docs/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ response = rpc.handle(
504504

505505
## Changelog
506506

507-
### 1.0.0 (First Release)
507+
### 0.3.1 (First Public Release)
508508

509509
- JSON-RPC 1.0 and 2.0 support
510510
- Dataclass-based parameter validation

0 commit comments

Comments
 (0)