File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ a cloud storage for download.
6868This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
6969
7070- API version: v3
71- - Package version: 0.0.3
71+ - Package version: 0.0.4
7272- Build package: org.openapitools.codegen.languages.PythonClientCodegen
7373
7474## Requirements
Original file line number Diff line number Diff line change 11additionalProperties :
22 packageName : actinia_openapi_python_client
3- packageVersion : 0.0.3
3+ packageVersion : 0.0.4
44 packageAuthor : Corey White
55 packageAuthorEmail : corey.white@openplains.com
66 packageLicense : GPL-3.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " actinia_openapi_python_client"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
44description = " Actinia OpenAPI Python Client"
55authors = [" Corey White <corey.white@openplains.com>" ]
66license = " GPLv3"
Original file line number Diff line number Diff line change 2121# prerequisite: setuptools
2222# http://pypi.python.org/pypi/setuptools
2323NAME = "actinia-openapi-python-client"
24- VERSION = "0.0.3 "
24+ VERSION = "0.0.4 "
2525PYTHON_REQUIRES = ">=3.7"
2626REQUIRES = [
2727 "urllib3 >= 1.25.3, <= 2.2.2" ,
You can’t perform that action at this time.
0 commit comments