Skip to content

Commit dbd7ffa

Browse files
committed
1.1.0
1 parent 114a08f commit dbd7ffa

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.0.3
3+
version = 1.1.0
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
@@ -10,7 +10,7 @@ def __init__(self, status, type, message) -> None:
1010

1111

1212
class ModernMT(object):
13-
def __init__(self, api_key, platform="modernmt-python", platform_version="1.0.3", api_client=None) -> None:
13+
def __init__(self, api_key, platform="modernmt-python", platform_version="1.1.0", api_client=None) -> None:
1414
self.__base_url = "https://api.modernmt.com"
1515
self.__headers = {
1616
"MMT-ApiKey": api_key,

0 commit comments

Comments
 (0)