File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,5 +244,5 @@ def to_debug_report(self):
244
244
"OS: {env}\n " \
245
245
"Python Version: {pyversion}\n " \
246
246
"Version of the API: 2.0.0\n " \
247
- "SDK Package Version: 3.0.1 " .\
247
+ "SDK Package Version: 3.0.2 " .\
248
248
format (env = sys .platform , pyversion = sys .version )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Clever API
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: 2.0.0
7
- - Package version: 3.0.1
7
+ - Package version: 3.0.2
8
8
- Build package: io.swagger.codegen.languages.PythonClientCodegen
9
9
10
10
## Documentation for API Endpoints
Original file line number Diff line number Diff line change 15
15
from setuptools import setup , find_packages
16
16
17
17
NAME = "clever-python"
18
- VERSION = "3.0.1 "
18
+ VERSION = "3.0.2 "
19
19
# To install the library, run the following
20
20
#
21
21
# python setup.py install
You can’t perform that action at this time.
0 commit comments