diff --git a/openapi/index_openapi.json b/openapi/index_openapi.json index 3b0f16ce9..19bee3654 100644 --- a/openapi/index_openapi.json +++ b/openapi/index_openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.2", "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/v0.7.0) v0.7.0.", + "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/v0.8.0) v0.8.0.", "version": "0.10.1" }, "paths": { diff --git a/openapi/openapi.json b/openapi/openapi.json index 5e72d4c4f..fcd55cbd6 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.2", "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/v0.7.0) v0.7.0.", + "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/v0.8.0) v0.8.0.", "version": "0.10.1" }, "paths": { diff --git a/optimade/__init__.py b/optimade/__init__.py index 78e4e9f55..c884293b4 100644 --- a/optimade/__init__.py +++ b/optimade/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.7.0" +__version__ = "0.8.0" __api_version__ = "0.10.1" diff --git a/setup.py b/setup.py index 1ec8576b3..62f659af5 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="optimade", - version="0.7.0", + version="0.8.0", url="https://github.com/Materials-Consortia/optimade-python-tools", license="MIT", author="OPTIMADE Development Team",