Skip to content

Commit ab541ad

Browse files
committed
1.5.1
1 parent 31d83a3 commit ab541ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = modernmt
3-
version = 1.5.0
3+
version = 1.5.1
44
author = ModernMT
55
author_email = [email protected]
66
description = ModernMT API wrapper

src/modernmt/modernmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, status, type, message, metadata=None) -> None:
1919

2020

2121
class ModernMT(object):
22-
def __init__(self, api_key, platform="modernmt-python", platform_version="1.5.0", api_client=None) -> None:
22+
def __init__(self, api_key, platform="modernmt-python", platform_version="1.5.1", api_client=None) -> None:
2323
self.__batch_public_key = None
2424
self.__batch_public_key_timestamp_sec = 0
2525

0 commit comments

Comments
 (0)