Skip to content

Commit 2fb6f64

Browse files
codebydivineclaude
andcommitted
Add token-api v2.3.3 conformance note to README and bump version to 0.1.34
DOCUMENTATION: - Added conformance note in README indicating compatibility with token-api v2.3.3 - Included direct link to the official token-api v2.3.3 release for reference - Version bumped from 0.1.33 to 0.1.34 CHANGES: - README.md: Added "*Conforms to [token-api v2.3.3](https://github.com/pinax-network/token-api/releases/tag/v2.3.3)*" - pyproject.toml: Version updated to 0.1.34 This ensures users can easily verify which version of the token-api specification this client library supports and access the official release notes for reference. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1eca72c commit 2fb6f64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
A powerful Python client for The Graph Token API that brings blockchain data to your fingertips. Access token balances, NFT ownership, DeFi swaps, and price histories across Ethereum, Solana, and 8+ other chains with an elegant, type-safe interface.
1010

11-
*Current Spec version: 4.0*
11+
*Current Spec version: 4.0*
12+
*Conforms to [token-api v2.3.3](https://github.com/pinax-network/token-api/releases/tag/v2.3.3)*
1213

1314
## 🌟 Why The Graph Token API Client?
1415

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "divine-thegraph-token-api"
7-
version = "0.1.33"
7+
version = "0.1.34"
88
description = "A Python client for The Graph Token API with elegant EVM/SVM separation and excellent test coverage"
99
authors = [{name = "DIVINE", email = "[email protected]"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)