From 7ad7e680b27df0bfd306fb450e1baf5b8a46a49a Mon Sep 17 00:00:00 2001 From: Yoav Nahshon Date: Mon, 8 Aug 2022 11:23:47 +0000 Subject: [PATCH] bump version v0.2.0 -> v0.3.0 --- README.md | 2 +- marketplace_standard_app_api/version.py | 2 +- openapi.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7deff9d..cb8096f 100644 --- a/README.md +++ b/README.md @@ -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.2.0. +This repository contains the API version: 0.3.0. ## Authors diff --git a/marketplace_standard_app_api/version.py b/marketplace_standard_app_api/version.py index d3ec452..493f741 100644 --- a/marketplace_standard_app_api/version.py +++ b/marketplace_standard_app_api/version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/openapi.json b/openapi.json index 8b21c5b..e027bf8 100644 --- a/openapi.json +++ b/openapi.json @@ -12,7 +12,7 @@ "name": "MIT", "url": "https://opensource.org/licenses/MIT" }, - "version": "0.2.0" + "version": "0.3.0" }, "paths": { "/": { diff --git a/pyproject.toml b/pyproject.toml index 8bd7606..2eba427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ name = "marketplace_standard_app_api" plugins = ["pydantic.mypy"] [tool.bumpver] -current_version = "v0.2.0" +current_version = "v0.3.0" version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true