diff --git a/openapi/index_openapi.json b/openapi/index_openapi.json index d8614c289..b5de384ab 100644 --- a/openapi/index_openapi.json +++ b/openapi/index_openapi.json @@ -3,7 +3,7 @@ "info": { "title": "OPTIMADE API - Index meta-database", "description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.5.0) v1.5.0.", - "version": "1.2.0" + "version": "1.3.0" }, "paths": { "/info": { diff --git a/openapi/openapi.json b/openapi/openapi.json index f848caf64..42c8ea332 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "OPTIMADE API", "description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.5.0) v1.5.0.", - "version": "1.2.0" + "version": "1.3.0" }, "paths": { "/info": { diff --git a/optimade-version.json b/optimade-version.json index 0df9258ca..1f22881b7 100644 --- a/optimade-version.json +++ b/optimade-version.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "label": "OPTIMADE", - "message": "v1.2.0", + "message": "v1.3.0", "color": "yellowgreen", "logoSvg": "" } diff --git a/optimade/__init__.py b/optimade/__init__.py index 84d52a9a4..03b8899d9 100644 --- a/optimade/__init__.py +++ b/optimade/__init__.py @@ -1,2 +1,2 @@ __version__ = "1.5.0" -__api_version__ = "1.2.0" +__api_version__ = "1.3.0"