diff --git a/ftest/ftest-array.sh b/ftest/ftest-array.sh index 1119ae7d39..6cea33bdaa 100755 --- a/ftest/ftest-array.sh +++ b/ftest/ftest-array.sh @@ -61,5 +61,5 @@ $MINET url-parse url -i ftest/resources/plural_urls.csv --explode '|' | wc -l echo echo "Scraping Twitter" -$MINET twitter scrape tweets "from:medialab_ScPo" --limit 40 | wc -l +$MINET twitter scrape tweets "from:medialab_ScPo" --limit 40 -f | wc -l echo diff --git a/minet/__version__.py b/minet/__version__.py index 0bcb0d02e4..f3220ac0f9 100644 --- a/minet/__version__.py +++ b/minet/__version__.py @@ -1,3 +1,3 @@ -__version__ = "3.0.0" -__published__ = "2024-09-11" +__version__ = "3.1.0" +__published__ = "2024-10-02" __identifier__ = "%s (%s)" % (__version__, __published__)