From f572efcc8f5425efa699aca27daa25e70256040d Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Thu, 18 Apr 2024 19:29:36 +0300 Subject: [PATCH] v0.12 --- Makefile | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cdfc26..5ff51c1 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ test-sq-matrix: @make test-sq y=2021 v=3340100 @make test-sq y=2023 v=3430000 @make test-sq y=2023 v=3440000 + @make test-sq y=2024 v=3450300 update-mocks: @rm -rf ./tests/mocked-data/raw_*.json diff --git a/pyproject.toml b/pyproject.toml index b4ebe04..be49c14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "twscrape" -version = "0.11.1" +version = "0.12" authors = [{name = "vladkens", email = "v.pronsky@gmail.com"}] description = "Twitter GraphQL and Search API implementation with SNScrape data models" readme = "readme.md"