Skip to content

Commit

Permalink
Bump to v2.0.1b0
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Mar 19, 2024
1 parent 62b17c7 commit 426e7ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1b0
tag = True
commit = True
message = Bump to v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: 'H5Grove API'
description: 'The API provided by h5grove example implementations.'
version: 2.0.0
version: 2.0.1b0

servers:
- url: http://{ip}:{port}/
Expand Down
2 changes: 1 addition & 1 deletion h5grove/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .content import create_content
from .encoders import encode

version = "2.0.0"
version = "2.0.1b0"

0 comments on commit 426e7ff

Please sign in to comment.