Skip to content

Commit

Permalink
Updated Version to 0.0.8 + Typo Fixes (#32)
Browse files Browse the repository at this point in the history
* 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
fullerzz authored Apr 27, 2024
1 parent 97a4832 commit 89e897c
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Zach Fuller
Copyright (c) 2024 Zach Fuller

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Overview

This project allows you to execute a list of http operations asynchronously from within an synchronous context.
This project allows you to execute a list of http operations asynchronously from within a synchronous context.

It does not care whether you should do this. It simply allows you to do so if you desire.

Expand Down
92 changes: 46 additions & 46 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
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"
Expand Down

0 comments on commit 89e897c

Please sign in to comment.