From 2cbb5c93e0f824d3d73ea997e2604dac05da453d Mon Sep 17 00:00:00 2001 From: CrazyProger1 Date: Fri, 26 Apr 2024 22:35:47 +0300 Subject: [PATCH] 0.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d3857a..4a4f505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "resty-client" -version = "0.0.4" +version = "0.0.5" description = "RestyClient is a simple, easy-to-use Python library for interacting with REST APIs using Pydantic's powerful data validation and deserialization tools." authors = ["CrazyProger1 "] license = "MIT"