Skip to content

Commit

Permalink
Bump 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Oct 2, 2024
1 parent 7c5add3 commit 479be93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ftest/ftest-array.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions minet/__version__.py
Original file line number Diff line number Diff line change
@@ -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__)

0 comments on commit 479be93

Please sign in to comment.