Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
janezkranjc committed May 14, 2014
1 parent 25b2e4b commit 23c7faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 23c7faa

Please sign in to comment.