Skip to content

Commit

Permalink
Apply automatic release changes for v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch authored and actions-user committed Apr 28, 2021
1 parent f21c8ab commit 5e835df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/opyrator.api.fastapi_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

---

<a href="https://github.com/ml-tooling/opyrator/blob/main/src/opyrator/api/fastapi_app.py#L10"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="https://github.com/ml-tooling/opyrator/blob/main/src/opyrator/api/fastapi_app.py#L11"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>function</kbd> `launch_api`

Expand All @@ -25,7 +25,7 @@ launch_api(opyrator_path: str, port: int = 8501, host: str = '0') → None

---

<a href="https://github.com/ml-tooling/opyrator/blob/main/src/opyrator/api/fastapi_app.py#L20"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="https://github.com/ml-tooling/opyrator/blob/main/src/opyrator/api/fastapi_app.py#L21"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>function</kbd> `create_api`

Expand Down
2 changes: 1 addition & 1 deletion src/opyrator/_about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Information about this library. This file will automatically changed."""

__version__ = "0.0.9"
__version__ = "0.0.10"
# __author__
# __email__

0 comments on commit 5e835df

Please sign in to comment.