Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed May 29, 2024
1 parent 6496138 commit 88bfce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = modernmt
version = 1.5.1
version = 1.5.2
author = ModernMT
author_email = info@modernmt.com
description = ModernMT API wrapper
Expand Down
2 changes: 1 addition & 1 deletion src/modernmt/modernmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, status, type, message, metadata=None) -> None:


class ModernMT(object):
def __init__(self, api_key, platform="modernmt-python", platform_version="1.5.1", api_client=None) -> None:
def __init__(self, api_key, platform="modernmt-python", platform_version="1.5.2", api_client=None) -> None:
self.__batch_public_key = None
self.__batch_public_key_timestamp_sec = 0

Expand Down

0 comments on commit 88bfce7

Please sign in to comment.