diff --git a/NEWS.md b/NEWS.md index cfc09e6..c17c75d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ CHANGES ======= -3.2.0 +3.4.0 ----- * Add support to add tags on existing documents diff --git a/veryfi/client.py b/veryfi/client.py index f24ae8c..175112a 100644 --- a/veryfi/client.py +++ b/veryfi/client.py @@ -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,