diff --git a/README.md b/README.md index 27ce0d2..6b66800 100755 --- a/README.md +++ b/README.md @@ -208,6 +208,10 @@ supervisorctl shutdown # Changes # +v2.0.1: + +- Fixed a bug where search results would fail to retreive tweets due to invalid since_id. The since_id is now manually computed. + v2.0.0: - This version now uses two commands - **search** and **stream**, to use either with the search API or the streaming API (on version 1.1.0 you could only use the search API). diff --git a/setup.py b/setup.py index 541f353..c647ad2 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ dist = setup( name='twitter-tap', - version='2.0.0', + version='2.0.1', author='Janez Kranjc', description='Collect tweets to a mongoDB using either the Twitter search API or the streaming API.', long_description=long_description,