Skip to content

Commit 62de25f

Browse files
committed
Bump version
1 parent 7ad8a53 commit 62de25f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clever/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Clever API
44
This 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup, find_packages
1616

1717
NAME = "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

0 commit comments

Comments
 (0)