From 64acc23637df396e5a28ce5c0181bb7a3b1e3bf5 Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Mon, 25 Oct 2021 09:12:35 +0200 Subject: [PATCH] Bump to v0.0.9 --- .bumpversion.cfg | 2 +- docs/_static/api.yaml | 2 +- h5grove/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 59aecab..267be5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.0.9 tag = True commit = True message = Bump to v{new_version} diff --git a/docs/_static/api.yaml b/docs/_static/api.yaml index c2392f3..5c7e9e0 100644 --- a/docs/_static/api.yaml +++ b/docs/_static/api.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: 'H5Grove API' description: 'The API provided by h5grove example implementations.' - version: 0.0.8 + version: 0.0.9 servers: - url: http://{ip}:{port}/ diff --git a/h5grove/__init__.py b/h5grove/__init__.py index 6d2b0b3..90c0170 100644 --- a/h5grove/__init__.py +++ b/h5grove/__init__.py @@ -1,4 +1,4 @@ from .content import create_content from .encoders import encode -version = "0.0.8" +version = "0.0.9"