Skip to content

Commit

Permalink
Added field to example in README and bumped version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Dec 15, 2023
1 parent 736c392 commit 7803161
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ class RequestResponse(msgspec.Struct):
requestMap: RequestMap
statusCode: int
body: dict | None = None
error: BaseException | None = None
```
34 changes: 17 additions & 17 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "loamy"
version = "0.0.2"
version = "0.0.3"
description = ""
authors = ["Zach Fuller <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7803161

Please sign in to comment.