File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,5 +244,5 @@ def to_debug_report(self):
244244 "OS: {env}\n " \
245245 "Python Version: {pyversion}\n " \
246246 "Version of the API: 2.0.0\n " \
247- "SDK Package Version: 3.0.1 " .\
247+ "SDK Package Version: 3.0.2 " .\
248248 format (env = sys .platform , pyversion = sys .version )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Clever API
44This Python package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
55
66- API version: 2.0.0
7- - Package version: 3.0.1
7+ - Package version: 3.0.2
88- Build package: io.swagger.codegen.languages.PythonClientCodegen
99
1010## Documentation for API Endpoints
Original file line number Diff line number Diff line change 1515from setuptools import setup , find_packages
1616
1717NAME = "clever-python"
18- VERSION = "3.0.1 "
18+ VERSION = "3.0.2 "
1919# To install the library, run the following
2020#
2121# python setup.py install
You can’t perform that action at this time.
0 commit comments