Change client version

This commit is contained in:
Rusty Brooks 2021-03-29 19:55:49 -05:00
parent 25bd16fccb
commit b3f07db50c

View File

@ -106,7 +106,7 @@ class OTXv2(object):
self.request_session = None
self.headers = {
'X-OTX-API-KEY': self.key,
'User-Agent': user_agent or 'OTX Python {}/1.5.10'.format(project),
'User-Agent': user_agent or 'OTX Python {}/1.5.11'.format(project),
'Content-Type': 'application/json'
}