Skip to content

Commit

Permalink
Merge pull request #42 from veryfi/feature/sync-versions
Browse files Browse the repository at this point in the history
Update User-Agent
  • Loading branch information
manycoding committed Nov 29, 2023
2 parents f76bba0 + 850e568 commit f7040b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHANGES
=======
3.2.0
3.4.0
-----
* Add support to add tags on existing documents

Expand Down
2 changes: 1 addition & 1 deletion veryfi/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _get_headers(self) -> Dict:
:return: Dictionary with headers
"""
final_headers = {
"User-Agent": "Python Veryfi-Python/3.2.0",
"User-Agent": "Python Veryfi-Python/3.4.0",
"Accept": "application/json",
"Content-Type": "application/json",
"Client-Id": self.client_id,
Expand Down

0 comments on commit f7040b0

Please sign in to comment.