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