Skip to content

Commit

Permalink
v0.11.1 – fix deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Feb 12, 2024
1 parent e31a24c commit 00a8e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0"
version = "0.11.1"
authors = [{name = "vladkens", email = "v.pronsky@gmail.com"}]
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
readme = "readme.md"
Expand All @@ -21,7 +21,7 @@ classifiers = [
dependencies = [
"aiosqlite>=0.17.0",
"fake-useragent>=1.4.0",
"httpx>=0.24.0",
"httpx>=0.26.0",
"loguru>=0.7.0",
]

Expand Down

0 comments on commit 00a8e07

Please sign in to comment.