diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b0168c0..6033807 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 tag = True commit = True message = Bump to v{new_version} diff --git a/docs/_static/api.yaml b/docs/_static/api.yaml index 80b0bc7..274cf9e 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: 1.2.1 + version: 1.3.0 servers: - url: http://{ip}:{port}/ diff --git a/h5grove/__init__.py b/h5grove/__init__.py index c5af27d..90c76b4 100644 --- a/h5grove/__init__.py +++ b/h5grove/__init__.py @@ -1,4 +1,4 @@ from .content import create_content from .encoders import encode -version = "1.2.1" +version = "1.3.0"