Skip to content

Commit af6b5bc

Browse files
author
Corey White
committed
Fixed version
1 parent 00ae3d0 commit af6b5bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ a cloud storage for download.
6868
This 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

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
additionalProperties:
22
packageName: actinia_openapi_python_client
3-
packageVersion: 0.0.3
3+
packageVersion: 0.0.4
44
packageAuthor: Corey White
55
packageAuthorEmail: [email protected]
66
packageLicense: GPL-3.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "actinia_openapi_python_client"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Actinia OpenAPI Python Client"
55
authors = ["Corey White <[email protected]>"]
66
license = "GPLv3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "actinia-openapi-python-client"
24-
VERSION = "0.0.3"
24+
VERSION = "0.0.4"
2525
PYTHON_REQUIRES = ">=3.7"
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, <= 2.2.2",

0 commit comments

Comments
 (0)