diff --git a/README.md b/README.md index d8478d1..65e63dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # twarc-timelines -This module extends twarc to allow you to fetch the timelines for a list of +This module extends [twarc] to allow you to fetch the timelines for a list of users (either Twitter user_ids or usernames). By default the tweets will be written to a single file or stdout. diff --git a/setup.py b/setup.py index bb54529..46e79fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='twarc-timelines', - version='0.0.2', + version='0.0.3', url='https://github.com/docnow/twarc-timelines', author='Ed Summers', author_email='ehs@pobox.com',