Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudmersive committed Sep 2, 2019
1 parent e9473df commit 6ef2aa6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# cloudmersive_convert_api_client
Convert API lets you effortlessly convert file formats and types.

This Python package provides a native API client for [Cloudmersive OCR](https://www.cloudmersive.com/ocr-api)
This Python package provides a native API client for [Cloudmersive Document Conversion](https://www.cloudmersive.com/convert-api)

- API version: v1
- Package version: 2.0.5
- Package version: 2.0.6
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Write-Host $extrasetup
(Get-Content ./setup.py).replace('"""\', "long_description,`n long_description_content_type='text/markdown'") | Set-Content ./setup.py
(Get-Content ./setup.py).replace('Convert API lets you effortlessly convert file formats and types. # noqa: E501', '') | Set-Content ./setup.py
(Get-Content ./setup.py).replace(' """', '') | Set-Content ./setup.py
(Get-Content ./README.md).replace('This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:', 'This Python package provides a native API client for [Cloudmersive OCR](https://www.cloudmersive.com/ocr-api)') | Set-Content ./README.md
(Get-Content ./README.md).replace('This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:', 'This Python package provides a native API client for [Cloudmersive Document Conversion](https://www.cloudmersive.com/convert-api)') | Set-Content ./README.md
Write-Host "Done."
2 changes: 1 addition & 1 deletion cloudmersive_convert_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/2.0.5/python'
self.user_agent = 'Swagger-Codegen/2.0.6/python'

def __del__(self):
if self._pool is not None:
Expand Down
2 changes: 1 addition & 1 deletion cloudmersive_convert_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1\n"\
"SDK Package Version: 2.0.5".\
"SDK Package Version: 2.0.6".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 1 addition & 1 deletion packageconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName" : "cloudmersive_convert_api_client",
"packageName" : "cloudmersive_convert_api_client",
"packageVersion": "2.0.5",
"packageVersion": "2.0.6",
"packageUrl": "https://www.cloudmersive.com/convert-api"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "cloudmersive_convert_api_client"
VERSION = "2.0.5"
VERSION = "2.0.6"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 6ef2aa6

Please sign in to comment.