Skip to content

Commit

Permalink
Bump to v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Dec 6, 2021
1 parent a6f2329 commit 97dbbfd
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 = 0.0.12
current_version = 0.0.13
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: 0.0.12
version: 0.0.13

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 = "0.0.12"
version = "0.0.13"

0 comments on commit 97dbbfd

Please sign in to comment.