-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Version to 0.0.8 + Typo Fixes (#32)
* renamed some vars and methods * removed python3.9 from github actions + added mypy check, updated deps * removed mypy check from ci for now * disabled mypy warning in sessions.py and readded mypy check to ci * upgraded deps * bumped version to 0.0.8, fixed typo in readme, and added description in pyproject.toml
- Loading branch information
Showing
4 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "loamy" | ||
version = "0.0.7" | ||
description = "" | ||
version = "0.0.8" | ||
description = "This project allows you to execute a list of http operations asynchronously from within a synchronous context." | ||
authors = ["Zach Fuller <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT" | ||
|