From 34d2491ba26350b9dba72f2c617bec04225a0ca4 Mon Sep 17 00:00:00 2001 From: jackwener Date: Wed, 11 Mar 2026 00:30:19 +0800 Subject: [PATCH] chore: bump version to 0.5.0 - refactor: split client.py into graphql.py + parser.py - refactor: structured exception hierarchy (exceptions.py) - feat: integration smoke tests - docs: updated project structure --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b52dc6f..5bfff80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "twitter-cli" -version = "0.4.6" +version = "0.5.0" description = "A CLI for Twitter/X — feed, bookmarks, and user timeline in terminal" readme = "README.md" license = "Apache-2.0"