Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Jun 8, 2022
1 parent dfc418d commit 1aa1c3b
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.17b0
current_version = 1.0.0
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.17b0
version: 1.0.0

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.17b0"
version = "1.0.0"

0 comments on commit 1aa1c3b

Please sign in to comment.