* Add support for delimiter in listings using Prefix object * Remove dependency from google-api-python-client * Return descriptive error message on AttributeError
0.1.4
------------------
* No changes, version bump to reload in pypi
0.1.3
------------------
* Reading an object will return data as bytes, not a bytearray. * Read specific versions of an object. * Can specify chunksize on Bucket's open and Object init. * Add exists to buckets and project. * Fix opening files with names that needed encoding.