From f63c79213b993a3d2227bf6c9a8cc156c12793b2 Mon Sep 17 00:00:00 2001 From: Ravencentric <78981416+Ravencentric@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:10:16 +0530 Subject: [PATCH] chore(release): 0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9926816..589684e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyanilist" -version = "0.5.1" +version = "0.5.2" description = "Simple AniList API wrapper to fetch media data" authors = ["Ravencentric "] license = "Unlicense"