From e9152a11864ee7f6423df53ef5254dd1a20695af Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Wed, 1 Nov 2023 21:32:52 +0200 Subject: [PATCH] v0.9.0 --- pyproject.toml | 2 +- todo | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 todo diff --git a/pyproject.toml b/pyproject.toml index 2a62189..577719b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "twscrape" -version = "0.8.0" +version = "0.9.0" authors = [{name = "vladkens", email = "v.pronsky@gmail.com"}] description = "Twitter GraphQL and Search API implementation with SNScrape data models" readme = "readme.md" diff --git a/todo b/todo new file mode 100644 index 0000000..b411948 --- /dev/null +++ b/todo @@ -0,0 +1 @@ +- add search People, Lists support (done: Top, Latest, Media) + add test for each type \ No newline at end of file