Skip to content

Commit 50ba5dc

Browse files
authored
Increase wrapper version
1 parent c896255 commit 50ba5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_user_agent(self):
9090
auth=self.auth,
9191
version='v3.1'
9292
)
93-
self.assertEqual(self.client.config.user_agent, 'mailjet-apiv3-python/v1.3.2')
93+
self.assertEqual(self.client.config.user_agent, 'mailjet-apiv3-python/v1.3.3')
9494

9595

9696
if __name__ == '__main__':

0 commit comments

Comments
 (0)