File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Welcome to Phrase's TMS API documentation. Please visit our [help center](htt
4
4
This Python package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
5
5
6
6
- API version: Latest
7
- - Package version: 0.0.1
7
+ - Package version: 0.1.0
8
8
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
9
9
10
10
## Requirements.
Original file line number Diff line number Diff line change @@ -256,5 +256,5 @@ def to_debug_report(self):
256
256
"OS: {env}\n " \
257
257
"Python Version: {pyversion}\n " \
258
258
"Version of the API: Latest\n " \
259
- "SDK Package Version: 0.0.1 " .\
259
+ "SDK Package Version: 0.1.0 " .\
260
260
format (env = sys .platform , pyversion = sys .version )
Original file line number Diff line number Diff line change 13
13
from setuptools import setup , find_packages # noqa: H301
14
14
15
15
NAME = "phrasetms-python"
16
- VERSION = "0.0.1 "
16
+ VERSION = "0.1.0 "
17
17
# To install the library, run the following
18
18
#
19
19
# python setup.py install
You can’t perform that action at this time.
0 commit comments