Skip to content

Commit 2c5ae24

Browse files
authored
Version 0.3.13 (#25)
1 parent 338550c commit 2c5ae24

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

phrasetms_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616

17-
__version__ = "0.3.12"
17+
__version__ = "0.3.13"
1818

1919
# import apis into sdk package
2020
from phrasetms_client.api.additional_workflow_step_api import AdditionalWorkflowStepApi

phrasetms_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def to_debug_report(self):
423423
"OS: {env}\n"
424424
"Python Version: {pyversion}\n"
425425
"Version of the API: Latest\n"
426-
"SDK Package Version: 0.3.12".format(
426+
"SDK Package Version: 0.3.13".format(
427427
env=sys.platform, pyversion=sys.version
428428
)
429429
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "phrasetms_client"
3-
version = "0.3.12"
3+
version = "0.3.13"
44
description = "Phrase TMS API"
55
authors = ["Martin Chrástek"]
66
license = "LGPL-3.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# prerequisite: setuptools
2626
# http://pypi.python.org/pypi/setuptools
2727
NAME = "phrasetms-client"
28-
VERSION = "0.3.12"
28+
VERSION = "0.3.13"
2929
PYTHON_REQUIRES = ">=3.7"
3030
REQUIRES = ["urllib3 >= 1.25.3", "python-dateutil", "pydantic >= 1.10.5, < 2", "aenum"]
3131

0 commit comments

Comments
 (0)