Skip to content

Commit

Permalink
add variants field to media
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbrigadir committed Dec 20, 2022
1 parent cdb0350 commit 359dee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions twarc/expansions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"type",
"url",
"width",
"variants",
# "non_public_metrics", # private
# "organic_metrics", # private
# "promoted_metrics", # private
Expand Down
2 changes: 1 addition & 1 deletion twarc/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import platform

version = "2.12.0"
version = "2.12.1"

user_agent = f"twarc/{version} ({platform.system()} {platform.machine()}) {platform.python_implementation()}/{platform.python_version()}"

0 comments on commit 359dee1

Please sign in to comment.