Skip to content

Commit 105bfdd

Browse files
bump to new version
1 parent 0263299 commit 105bfdd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "xtimeline"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Lightweight X/Twitter timeline client (GraphQL via cURL or auth strategies)"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = { text = "MIT" }
7+
license = "MIT"
88
authors = [{ name = "Stephan Akkerman" }]
99
keywords = ["twitter", "x", "timeline", "scraping", "aiohttp", "asyncio"]
1010
dependencies = [

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .xclient import XTimelineClient
33

44
__all__ = ["XTimelineClient", "Tweet", "MediaItem"]
5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)