diff --git a/dataframe_converter.py b/dataframe_converter.py index e9dd702..7725d1e 100644 --- a/dataframe_converter.py +++ b/dataframe_converter.py @@ -31,6 +31,7 @@ public_metrics.retweet_count public_metrics.quote_count public_metrics.like_count +public_metrics.bookmark_count reply_settings edit_history_tweet_ids edit_controls.edits_remaining diff --git a/setup.py b/setup.py index 403bd3a..10e950e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="twarc-csv", - version="0.7.1", + version="0.7.2", url="https://github.com/docnow/twarc-csv", author="Igor Brigadir", author_email="igor.brigadir@gmail.com",