From 9406b5cdb7d65d9b52c4849555bb8828e6924b02 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Tue, 4 Feb 2020 14:22:27 +0100 Subject: [PATCH] Bump to v0.3.4 --- openapi/index_openapi.json | 2 +- openapi/openapi.json | 2 +- optimade/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi/index_openapi.json b/openapi/index_openapi.json index 4c9a7d64e..29beeebad 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.3.3) v0.3.3.", + "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.3.4) v0.3.4.", "version": "0.10.1" }, "paths": { diff --git a/openapi/openapi.json b/openapi/openapi.json index 919a00dd0..68f9c52a1 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.3.3) v0.3.3.", + "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.3.4) v0.3.4.", "version": "0.10.1" }, "paths": { diff --git a/optimade/__init__.py b/optimade/__init__.py index 3d2aa3014..f8e992a3a 100644 --- a/optimade/__init__.py +++ b/optimade/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.3" +__version__ = "0.3.4" __api_version__ = "0.10.1" diff --git a/setup.py b/setup.py index d7a63ec52..9d4c2d13c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="optimade", - version="0.3.3", + version="0.3.4", url="https://github.com/Materials-Consortia/optimade-python-tools", license="MIT", author="OPTiMaDe Development Team",