Files
twitter-api-client/twitter/__version__.py
2023-06-26 14:22:40 -07:00

5 lines
183 B
Python

__title__ = "twitter-api-client"
__description__ = "Implementation of Twitter's v1, v2, and GraphQL APIs."
__version__ = "0.10.1"
__author__ = "Trevor Hobenshield"
__license__ = "MIT"