Skip to content

Commit

Permalink
docs: corrected version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGherardelli committed Sep 11, 2024
1 parent 414d490 commit ccb4afe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ API Documentation of the **DataBridges** platform: https://databridges.vam.wfp.o
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 5.0.0
- Package version: 1.0.0
- Package version: 5.0.0
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data_bridges_client"
version = "1.0.0"
version = "5.0.0"
description = "VAM-Data-Bridges"
authors = ["VAM-INFO <[email protected]>"]
license = "NoLicense"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "data-bridges-client"
VERSION = "1.0.0"
VERSION = "5.0.0"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down

0 comments on commit ccb4afe

Please sign in to comment.