Merge pull request #50 from IndicoDataSolutions/Chris/SourceHeader

Add client-lib source in header
This commit is contained in:
Madison May
2015-05-23 01:09:08 -04:00
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain', 'client-lib': 'python'}
Version, version, __version__, VERSION = ('0.5.3',) * 4