Skip to content

Commit f572efc

Browse files
committed
v0.12
1 parent afe5db8 commit f572efc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ test-sq-matrix:
5151
@make test-sq y=2021 v=3340100
5252
@make test-sq y=2023 v=3430000
5353
@make test-sq y=2023 v=3440000
54+
@make test-sq y=2024 v=3450300
5455

5556
update-mocks:
5657
@rm -rf ./tests/mocked-data/raw_*.json

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "twscrape"
7-
version = "0.11.1"
7+
version = "0.12"
88
authors = [{name = "vladkens", email = "v.pronsky@gmail.com"}]
99
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
1010
readme = "readme.md"

0 commit comments

Comments
 (0)