From 875b827627eedfef857e8712a2be745497eeef27 Mon Sep 17 00:00:00 2001 From: Raventric <78981416+Ravencentric@users.noreply.github.com> Date: Sun, 17 Mar 2024 10:33:14 +0530 Subject: [PATCH] chore(release): 0.2.0 (#4) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ab6cf7..22ec0c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "pyanilist" -version = "0.1.0" +version = "0.2.0" description = "Simple read-only Anilist API wrapper" -authors = ["Raventric <78981416+Ravencentric@users.noreply.github.com>"] +authors = ["Raventric "] license = "Unlicense" readme = "README.md" keywords = ["anilist", "anime", "python"]