Skip to content

Commit fe2408d

Browse files
committed
upgeaded version to 2.0.6
1 parent 9983c1d commit fe2408d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "translateplus-python"
7-
version = "2.0.5"
7+
version = "2.0.7"
88
description = "Official Python client library for TranslatePlus API - Professional translation service for text, HTML, emails, subtitles, and i18n files"
99
readme = "README.md"
1010
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="translateplus-python",
10-
version="2.0.5",
10+
version="2.0.7",
1111
author="TranslatePlus",
1212
author_email="support@translateplus.io",
1313
description="Official Python client library for TranslatePlus API",

translateplus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
TranslatePlusValidationError,
1616
)
1717

18-
__version__ = "2.0.5"
18+
__version__ = "2.0.7"
1919
__all__ = [
2020
"TranslatePlusClient",
2121
"TranslatePlusError",

0 commit comments

Comments
 (0)