Skip to content

Commit

Permalink
release: 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmateusz committed Jul 23, 2024
1 parent 6636fbe commit 3029b24
Showing 1 changed file with 1 addition and 1 deletion.
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 = "meatie"
version = "0.1.3"
version = "0.1.4"
description = "Meatie is a Python typed REST client library that eliminates the need for boilerplate code when integrating with external APIs. The library generates code for calling a REST API based on method signatures annotated with type hints. Ribeye abstracts away mechanics related to HTTP communication, such as building URLs, encoding query parameters, parsing, and dumping Pydantic models. With some modest additional configuration effort, generated HTTP clients offer rate limiting, retries, and caching."
authors = ["pmateusz <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3029b24

Please sign in to comment.