Skip to content

Commit 0140a52

Browse files
callmeiksclaude
andcommitted
bump: v2.1.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bc12035 commit 0140a52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "tikhub"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
description = "Modern Python SDK for the TikHub social-media data API."
99
readme = "README.md"
1010
license = "MIT"

src/tikhub/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Single source of truth for the SDK version."""
22

3-
__version__ = "2.1.0"
3+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)