Skip to content

Commit

Permalink
v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Apr 18, 2024
1 parent afe5db8 commit f572efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "twscrape"
version = "0.11.1"
version = "0.12"
authors = [{name = "vladkens", email = "[email protected]"}]
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
readme = "readme.md"
Expand Down

0 comments on commit f572efc

Please sign in to comment.