From b462d160e697bc1751da9371770d31573cf586b6 Mon Sep 17 00:00:00 2001 From: Axel Bocciarelli Date: Mon, 29 Jan 2024 13:27:06 +0100 Subject: [PATCH] Bump to v2.0.0b2 --- .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 ffa59fa..220f432 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0b1 +current_version = 2.0.0b2 tag = True commit = True message = Bump to v{new_version} diff --git a/docs/_static/api.yaml b/docs/_static/api.yaml index 30abeb1..b5a38cd 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: 2.0.0b1 + version: 2.0.0b2 servers: - url: http://{ip}:{port}/ diff --git a/h5grove/__init__.py b/h5grove/__init__.py index dac6d47..5678718 100644 --- a/h5grove/__init__.py +++ b/h5grove/__init__.py @@ -1,4 +1,4 @@ from .content import create_content from .encoders import encode -version = "2.0.0b1" +version = "2.0.0b2"