Skip to content

Commit 2057625

Browse files
committed
chore: Bump version
1 parent 5a8b697 commit 2057625

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to Phrase's TMS API documentation. Please visit our [help center](htt
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: Latest
7-
- Package version: 0.0.1
7+
- Package version: 0.1.0
88
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
99

1010
## Requirements.

phrasetms_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,5 @@ def to_debug_report(self):
256256
"OS: {env}\n"\
257257
"Python Version: {pyversion}\n"\
258258
"Version of the API: Latest\n"\
259-
"SDK Package Version: 0.0.1".\
259+
"SDK Package Version: 0.1.0".\
260260
format(env=sys.platform, pyversion=sys.version)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "phrasetms-python"
16-
VERSION = "0.0.1"
16+
VERSION = "0.1.0"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)