From 70fe5b7109a343dff34fe4c06fb71d2a618620a3 Mon Sep 17 00:00:00 2001 From: DroidZed <41507665+DroidZed@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:05:10 +0100 Subject: [PATCH] fixed code --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1886ef3..4271649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinpaprika-async" -version = "3.1.1" +version = "3.1.2" description = "An asynchronous library for interacting with the Coinpaprika.com API, written with httpx in Python." authors = ["DroidZed <41507665+DroidZed@users.noreply.github.com>"] readme = "README.md"