Skip to content

Commit

Permalink
Bump to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Oct 13, 2021
1 parent 07a28c7 commit f44bc76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 0.0.6
current_version = 0.0.7
tag = True
commit = True
message = Bump to v{new_version}
tag_message = {now:%Y/%m/%d}

[bumpversion:file:h5grove/__init__.py]

[bumpversion:file:docs/_static/api.yaml]
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.6
version: 0.0.7

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.6"
version = "0.0.7"

0 comments on commit f44bc76

Please sign in to comment.