Modifications to clear up pip install from pypi errors.
0.1.1
This release has a small docfix and is mostly just to bring PyPI up to date with what is on GitHub. I missed a tag/release for v0.1.0.
0.0.5
This is a bugfix release to allow repetitive calls to `twarc timelines --use-search`. Previously behind the scenes it was trying to use `since_id` and `start_time` which the API did not like.
0.0.4
Adds the `--use-search` option to use the search/all endpoint instead of users/{id}/tweets. This allows you to fetch more than the 3,200 that are available from the timeline endpoint, but does require that you have Academic Product Track turned on for your account.
0.0.3
Just a small release to add a hyperlink to the documentation. Carry on.