Skip to content

Commit

Permalink
bump version v0.3.0 -> v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-de-andres committed Apr 5, 2023
1 parent 914a754 commit 4b9ff0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This repository contains the specification of the Materials MarketPlace Standard App API.
The API is used as basis for the interaction between apps on the Materials MarketPlace platform.

This repository contains the API version: 0.3.0.
This repository contains the API version: 0.4.0.

## Authors

Expand Down
2 changes: 1 addition & 1 deletion marketplace_standard_app_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "MIT",
"url": "https://opensource.org/licenses/MIT"
},
"version": "0.3.0"
"version": "0.4.0"
},
"paths": {
"/": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ name = "marketplace_standard_app_api"
plugins = ["pydantic.mypy"]

[tool.bumpver]
current_version = "v0.3.0"
current_version = "v0.4.0"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 4b9ff0d

Please sign in to comment.